mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
2 lines
96 B
SQL
2 lines
96 B
SQL
-- AlterTable
|
|
ALTER TABLE "Poll" ADD COLUMN "notifications" BOOLEAN NOT NULL DEFAULT false;
|