Commit 1db94e33 authored by mogos's avatar mogos
Browse files

optional fields can be ommit

parent 025cbc3d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,9 +45,9 @@ module LibItsECall_Functions {
                timestamp := ?,
                vehicleLocation := ?,
                vehicleDirection := ?,
                recentVehicleLocationN1 := ?,
                recentVehicleLocationN2 := ?,
                numberOfPassengers := ?
                recentVehicleLocationN1 := *,
                recentVehicleLocationN2 := *,
                numberOfPassengers := *
            },
            optionalAdditionalData := *
        };