123
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user