added settings modal UI
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "collectionProtection" BOOLEAN NOT NULL DEFAULT true,
|
||||
ADD COLUMN "profilePhotoPath" TEXT NOT NULL DEFAULT '',
|
||||
ADD COLUMN "whitelistedUsers" TEXT[] DEFAULT ARRAY[]::TEXT[];
|
||||
Reference in New Issue
Block a user