✨ Add "trusted" and "source" to Timetable
This commit is contained in:
@ -15,6 +15,8 @@ model Timetable {
|
||||
validFrom DateTime @default(now())
|
||||
validUntil DateTime?
|
||||
data Json
|
||||
source String?
|
||||
trused Boolean @default(true)
|
||||
}
|
||||
|
||||
model Substitution {
|
||||
|
Reference in New Issue
Block a user