Refactor and add NSFW boolean

This commit is contained in:
2025-06-28 18:13:21 +02:00
parent 50617e5578
commit 8856ffb71f
21 changed files with 444 additions and 17 deletions

View File

@ -112,6 +112,7 @@ model Image {
imageName String
originalFile String
uploadDate DateTime @default(now())
nsfw Boolean @default(false)
altText String?
description String?