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