Neueste Version

This commit is contained in:
2026-08-18 13:35:19 +00:00
parent 179347a45b
commit 5cc0d238c5
31 changed files with 603 additions and 219 deletions
@@ -0,0 +1,11 @@
SELECT
id,
platz_id,
titel AS title,
startzeit AS start,
endzeit AS end,
gebucht_von
FROM `buchungen`
WHERE platz_id =
{{ appsmith.store.selectedSeatId }}
ORDER BY startzeit;