Skip to content

Commit cb89312

Browse files
committed
fix docs
1 parent 98e412d commit cb89312

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/image-storage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ model UserImage {
4242
userId String
4343
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
4444
objectKey String // Reference to the image in Tigris
45-
contentType String
4645
createdAt DateTime @default(now())
4746
updatedAt DateTime @updatedAt
4847
@@ -54,7 +53,6 @@ model NoteImage {
5453
noteId String
5554
note Note @relation(fields: [noteId], references: [id], onDelete: Cascade)
5655
objectKey String // Reference to the image in Tigris
57-
contentType String
5856
createdAt DateTime @default(now())
5957
updatedAt DateTime @updatedAt
6058

0 commit comments

Comments
 (0)