stacker.news/prisma/migrations/20220421195241_note_settings/migration.sql

8 lines
404 B
MySQL
Raw Normal View History

2022-04-21 22:50:02 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "noteAllDescendants" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "noteDeposits" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "noteEarning" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "noteInvites" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "noteItemSats" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "noteMentions" BOOLEAN NOT NULL DEFAULT true;