This commit is contained in:
2026-08-20 11:06:08 +00:00
parent f6115aadb9
commit 6f93035fa5
4 changed files with 15 additions and 22 deletions
@@ -5,7 +5,7 @@
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "SELECT\n id,\n name,\n x,\n y,\n active,\n status\nFROM `Sitzplätze`\nWHERE active = 1\nORDER BY id;",
"body": "SELECT\n SPID,\n name,\n x,\n y,\n active\nFROM Sitzplätze\nWHERE active = 1\nORDER BY SPID;",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [