Newest
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
UPDATE Sitzplätze
|
||||
SET status = 'belegt'
|
||||
WHERE id = '{{Custom4.model.selectedSeat.id}}'
|
||||
AND status = 'frei';
|
||||
SELECT
|
||||
id,
|
||||
titel AS title,
|
||||
startzeit AS start,
|
||||
endzeit AS end,
|
||||
gebucht_von
|
||||
FROM `buchungen`
|
||||
WHERE platz_id = '{{appsmith.store.selectedSeatId}}'
|
||||
ORDER BY startzeit;
|
||||
Reference in New Issue
Block a user