Test connection to database
This commit is contained in:
35
pages/Page1/queries/Update_mpe_isocountry1/metadata.json
Normal file
35
pages/Page1/queries/Update_mpe_isocountry1/metadata.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"gitSyncId": "6968b6e8271e5e0befde3194_966f24b4-0187-44b9-ae1b-91384ed62a26",
|
||||
"id": "Page1_Update_mpe_isocountry1",
|
||||
"pluginId": "postgres-plugin",
|
||||
"pluginType": "DB",
|
||||
"unpublishedAction": {
|
||||
"actionConfiguration": {
|
||||
"body": "UPDATE mpe.isocountry SET \"countryname\"= '{{Table1.updatedRow.countryname}}', \"continent\"= '{{Table1.updatedRow.continent}}' WHERE \"iso_id\"= {{Table1.updatedRow.iso_id}};",
|
||||
"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": "Update_mpe_isocountry1",
|
||||
"pageId": "Page1",
|
||||
"runBehaviour": "MANUAL",
|
||||
"userSetOnLoad": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user