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")
|
||||
@@ -22,7 +22,6 @@ model User {
|
||||
collectionsJoined UsersAndCollections[]
|
||||
collectionProtection Boolean @default(false)
|
||||
whitelistedUsers String[] @default([])
|
||||
profilePhotoPath String @default("")
|
||||
createdAt DateTime @default(now())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user