refactored how avatars are being handled

This commit is contained in:
daniel31x13
2023-10-28 00:45:14 -04:00
parent f9eedadb9f
commit cdcfabec0b
21 changed files with 55 additions and 85 deletions
@@ -0,0 +1 @@
ALTER TABLE "User" RENAME COLUMN "imagePath" TO "image";
+1 -1
View File
@@ -15,7 +15,7 @@ model User {
email String? @unique
emailVerified DateTime?
imagePath String?
image String?
password String
collections Collection[]