feat: Implement global badge system with Settings model and global PartnerBadge component
This commit is contained in:
@@ -87,3 +87,11 @@ model Translation {
|
||||
@@unique([sourceText, sourceLang, targetLang])
|
||||
@@index([sourceLang, targetLang])
|
||||
}
|
||||
|
||||
// Modelo de Configurações Globais
|
||||
model Settings {
|
||||
id String @id @default(cuid())
|
||||
showPartnerBadge Boolean @default(false)
|
||||
partnerName String @default("Coca-Cola")
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user