rallly/migrations/20220330085423_add_notifications_column/migration.sql
2022-04-12 07:14:28 +01:00

2 lines
96 B
SQL

-- AlterTable
ALTER TABLE "Poll" ADD COLUMN "notifications" BOOLEAN NOT NULL DEFAULT false;