This commit is contained in:
2026-08-13 14:31:23 +00:00
parent a6489b53a6
commit c39e4ad581
11 changed files with 320 additions and 24 deletions
@@ -5,7 +5,7 @@
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "SELECT\n id,\n name,\n x,\n y,\n 'frei' AS status\nFROM `Sitzplätze`\nWHERE active = 1\nORDER BY id;",
"body": "SELECT\n id,\n name,\n x,\n y,\n active,\n status\nFROM `Sitzplätze`\nWHERE active = 1\nORDER BY id;",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [