Enhance Service Messages by Config & activeUntil #9
This commit is contained in:
@@ -8,12 +8,14 @@ enum GlobalColor {
|
||||
}
|
||||
|
||||
model Notam {
|
||||
id Int @id @default(autoincrement())
|
||||
color GlobalColor
|
||||
message String
|
||||
showUntil DateTime
|
||||
isMainMsg Boolean
|
||||
active Boolean
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
id Int @id @default(autoincrement())
|
||||
color GlobalColor
|
||||
message String
|
||||
showUntil DateTime
|
||||
showUntilActive Boolean @default(false)
|
||||
wartungsmodus Boolean @default(false)
|
||||
disableHPG Boolean @default(false)
|
||||
active Boolean
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user