Add "trusted" and "source" to Timetable

This commit is contained in:
2022-08-21 00:50:06 +02:00
parent b879f48c61
commit 5fd7ae44fd
4 changed files with 35 additions and 6 deletions

View File

@ -15,6 +15,8 @@ model Timetable {
validFrom DateTime @default(now())
validUntil DateTime?
data Json
source String?
trused Boolean @default(true)
}
model Substitution {