added dockerfile for docs
This commit is contained in:
@@ -21,9 +21,9 @@ model Mission {
|
||||
missionLog Json[] @default([])
|
||||
hpgMissionString String?
|
||||
hpgSelectedMissionString String?
|
||||
hpgAmbulanceState HpgState?
|
||||
hpgFireEngineState HpgState?
|
||||
hpgPoliceState HpgState?
|
||||
hpgAmbulanceState HpgState? @default(NOT_REQUESTED)
|
||||
hpgFireEngineState HpgState? @default(NOT_REQUESTED)
|
||||
hpgPoliceState HpgState? @default(NOT_REQUESTED)
|
||||
hpgLocationLat Float? @default(0)
|
||||
hpgLocationLng Float? @default(0)
|
||||
hpgValidationState HpgValidationState @default(NOT_VALIDATED)
|
||||
|
||||
Reference in New Issue
Block a user