Files
2022-11-08 18:40:44 -08:00

3 lines
95 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "isSuperAdmin" BOOLEAN NOT NULL DEFAULT false;