refactored how avatars are being handled
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "User" RENAME COLUMN "imagePath" TO "image";
|
||||
@@ -15,7 +15,7 @@ model User {
|
||||
|
||||
email String? @unique
|
||||
emailVerified DateTime?
|
||||
imagePath String?
|
||||
image String?
|
||||
|
||||
password String
|
||||
collections Collection[]
|
||||
|
||||
Reference in New Issue
Block a user