123
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"pluginType": "DB",
|
||||
"unpublishedAction": {
|
||||
"actionConfiguration": {
|
||||
"body": "SELECT\n id,\n platz_id,\n titel AS title,\n DATE_FORMAT(\n startzeit,\n '%Y-%m-%d %H:%i:%s'\n ) AS start,\n DATE_FORMAT(\n endzeit,\n '%Y-%m-%d %H:%i:%s'\n ) AS end,\n gebucht_von,\n erstellt_am\nFROM `buchungen`\nWHERE `platz_id` =\n '{{ appsmith.store.selectedSeatId }}'\nORDER BY startzeit;",
|
||||
"body": "SELECT\n BID,\n SPID,\n DATE_FORMAT(Start,'%Y-%m-%d %H:%i:%s') \t AS start,\n DATE_FORMAT(Ende,'%Y-%m-%d %H:%i:%s') \n\tAS end,\n PSID,\n erstellt_am\nFROM Buchungen\nWHERE PSID =\n '{{ appsmith.store.selectedSeatId }}'\nORDER BY Start;",
|
||||
"encodeParamsToggle": true,
|
||||
"paginationType": "NONE",
|
||||
"pluginSpecifiedTemplates": [
|
||||
|
||||
Reference in New Issue
Block a user