Add isSuperAdmin account

This commit is contained in:
jeffvli
2022-11-08 18:40:44 -08:00
parent 3bc0ea16bc
commit df8e38cedd
5 changed files with 15 additions and 9 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "isSuperAdmin" BOOLEAN NOT NULL DEFAULT false;