mirror of
https://github.com/diced/zipline.git
synced 2025-05-18 15:24:42 +02:00
2 lines
93 B
SQL
2 lines
93 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "superAdmin" BOOLEAN NOT NULL DEFAULT false;
|