This commit is contained in:
2026-08-19 13:28:52 +00:00
parent 1cbb64474b
commit 1410ceb441
30 changed files with 979 additions and 186 deletions
@@ -4,7 +4,8 @@ SELECT
titel AS title,
startzeit AS start,
endzeit AS end,
gebucht_von
gebucht_von,
erstellt_am
FROM `buchungen`
WHERE platz_id =
{{ appsmith.store.selectedSeatId }}