We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e412d commit cb89312Copy full SHA for cb89312
docs/image-storage.md
@@ -42,7 +42,6 @@ model UserImage {
42
userId String
43
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
44
objectKey String // Reference to the image in Tigris
45
- contentType String
46
createdAt DateTime @default(now())
47
updatedAt DateTime @updatedAt
48
@@ -54,7 +53,6 @@ model NoteImage {
54
53
noteId String
55
note Note @relation(fields: [noteId], references: [id], onDelete: Cascade)
56
57
58
59
60
0 commit comments