Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Co-authored-by: Peer Richelsen <peer@cal.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
3 lines
99 B
SQL
3 lines
99 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "receiveMonthlyDigestEmail" BOOLEAN DEFAULT true;
|