Files
2024-05-19 16:32:59 +02:00

3 lines
90 B
SQL

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