Test connection to database
This commit is contained in:
@@ -0,0 +1 @@
|
||||
INSERT INTO mpe.isocountry ("countryname","continent") VALUES ('{{(Table1.newRow || {}).countryname}}','{{(Table1.newRow || {}).continent}}')
|
||||
35
pages/Page1/queries/Insert_mpe_isocountry1/metadata.json
Normal file
35
pages/Page1/queries/Insert_mpe_isocountry1/metadata.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"gitSyncId": "6968b6e8271e5e0befde3194_08fc7608-7641-46f3-a322-0265f2bbbc04",
|
||||
"id": "Page1_Insert_mpe_isocountry1",
|
||||
"pluginId": "postgres-plugin",
|
||||
"pluginType": "DB",
|
||||
"unpublishedAction": {
|
||||
"actionConfiguration": {
|
||||
"body": "INSERT INTO mpe.isocountry (\"countryname\",\"continent\") VALUES ('{{(Table1.newRow || {}).countryname}}','{{(Table1.newRow || {}).continent}}')",
|
||||
"encodeParamsToggle": true,
|
||||
"paginationType": "NONE",
|
||||
"pluginSpecifiedTemplates": [
|
||||
{
|
||||
"value": false
|
||||
}
|
||||
],
|
||||
"timeoutInMillisecond": 10000
|
||||
},
|
||||
"confirmBeforeExecute": false,
|
||||
"datasource": {
|
||||
"id": "xTuple_Sandbox",
|
||||
"isAutoGenerated": false,
|
||||
"name": "xTuple_Sandbox",
|
||||
"pluginId": "postgres-plugin"
|
||||
},
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "body"
|
||||
}
|
||||
],
|
||||
"name": "Insert_mpe_isocountry1",
|
||||
"pageId": "Page1",
|
||||
"runBehaviour": "MANUAL",
|
||||
"userSetOnLoad": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user