System generated commit, initial commit

This commit is contained in:
2026-07-27 15:07:30 +00:00
parent 818ef1eddd
commit a3c2804e58
219 changed files with 11866 additions and 0 deletions
@@ -0,0 +1,9 @@
UPDATE Haus
SET
Kürzel = {{appsmith.store.editDraft.Kürzel}},
Hausname = {{appsmith.store.editDraft.Hausname}},
Adresse = {{appsmith.store.editDraft.Adresse}},
Unterkunftsart = {{appsmith.store.editDraft.Produkt}},
Status = {{appsmith.store.editDraft.Status}},
Land = {{appsmith.store.editDraft.Land}}
WHERE HID = {{appsmith.store.editContext.row.HID}}