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
@@ -1,10 +1,9 @@
SELECT
id,
SPID,
name,
x,
y,
active,
status
FROM `Sitzplätze`
active
FROM Sitzplätze
WHERE active = 1
ORDER BY id;
ORDER BY SPID;
@@ -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": [