Add is beta user

This commit is contained in:
KMKoushik
2024-04-30 09:11:43 +10:00
parent fbf2d959d5
commit 218ead25ab
5 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "isBetaUser" BOOLEAN NOT NULL DEFAULT false;