fully added profile photo submission
This commit is contained in:
-1
@@ -6,7 +6,6 @@ CREATE TABLE "User" (
|
||||
"password" TEXT NOT NULL,
|
||||
"collectionProtection" BOOLEAN NOT NULL DEFAULT false,
|
||||
"whitelistedUsers" TEXT[] DEFAULT ARRAY[]::TEXT[],
|
||||
"profilePhotoPath" TEXT NOT NULL DEFAULT '',
|
||||
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
CONSTRAINT "User_pkey" PRIMARY KEY ("id")
|
||||
Reference in New Issue
Block a user