fix: store uploaded logo as base64 in the database to support persistent storage and HTTPS domain routing in Next.js production builds

This commit is contained in:
Rio
2026-06-18 14:52:52 +07:00
parent 47edd33923
commit 433e6dfc6c
2 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -74,6 +74,6 @@ model BookingSeat {
model SystemSetting {
id Int @id @default(autoincrement())
key String @unique
value String @db.Text
value String @db.LongText
}