updated bucket settings page
Deploy / deploy (push) Successful in 3m1s

This commit is contained in:
twotalesanimation
2026-06-25 17:25:25 +02:00
parent ba579db494
commit 5b613b7107
6 changed files with 284 additions and 16 deletions
+9
View File
@@ -546,3 +546,12 @@ model ReviewSession {
@@map("review_sessions")
}
/// Key-value store for system-wide configuration (e.g. storage credentials)
model SystemConfig {
key String @id
value String @db.Text
updatedAt DateTime @updatedAt
@@map("system_config")
}