This commit is contained in:
2026-08-12 12:56:50 +00:00
parent a4c1fd764e
commit 5452d1cb0c
10 changed files with 187 additions and 26 deletions
@@ -0,0 +1,4 @@
UPDATE Sitzplätze
SET status = 'belegt'
WHERE id = '{{Custom4.model.selectedSeat.id}}'
AND status = 'frei';