rallly/prisma/migrations/20220330085423_add_notifications_column/migration.sql
2022-05-18 10:22:40 +01:00

2 lines
96 B
SQL

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