Migration now orders pages correctly, adds demo floorplan. Some small fixes on order screen.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user