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