Migration now orders pages correctly, adds demo floorplan. Some small fixes on order screen.

This commit is contained in:
2022-07-02 23:28:42 +10:00
parent 627843f3a3
commit aa37b24293
4 changed files with 137 additions and 27 deletions

View File

@@ -112,7 +112,7 @@ let getTableById (id : int) =
let getRoom (roomId: int) =
select {
table "floorplan_rooms"
table "rooms"
where (eq "id" roomId)
} |> Database.Select<room> |> first