Add xGen page
This commit is contained in:
31
pages/xGen/queries/xgen_forward_compat_break/metadata.json
Normal file
31
pages/xGen/queries/xgen_forward_compat_break/metadata.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"gitSyncId": "e3b197954c324fb2bd7ad792_4cdd56a3-29db-4b18-ba93-9dfd1df6b532",
|
||||
"id": "xGen_xgen_forward_compat_break",
|
||||
"pluginId": "postgres-plugin",
|
||||
"pluginType": "DB",
|
||||
"unpublishedAction": {
|
||||
"actionConfiguration": {
|
||||
"body": "select forwardcompatibilitybreak_cause_item_name as break_cause,\n array_to_string(forwardcompatibilitybreak_effected_item_names, ', ') as affected_items,\n forwardcompatibilitybreak_hwcompatibility_association as assoc,\n forwardcompatibilitybreak_timestamp::date as date_of_break from mpe.forwardcompatibilitybreak\n",
|
||||
"encodeParamsToggle": true,
|
||||
"paginationType": "NONE",
|
||||
"pluginSpecifiedTemplates": [
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"timeoutInMillisecond": 10000
|
||||
},
|
||||
"confirmBeforeExecute": false,
|
||||
"datasource": {
|
||||
"id": "xTuple_Sandbox",
|
||||
"isAutoGenerated": false,
|
||||
"name": "xTuple_Sandbox",
|
||||
"pluginId": "postgres-plugin"
|
||||
},
|
||||
"dynamicBindingPathList": [],
|
||||
"name": "xgen_forward_compat_break",
|
||||
"pageId": "xGen",
|
||||
"runBehaviour": "AUTOMATIC",
|
||||
"userSetOnLoad": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
select forwardcompatibilitybreak_cause_item_name as break_cause,
|
||||
array_to_string(forwardcompatibilitybreak_effected_item_names, ', ') as affected_items,
|
||||
forwardcompatibilitybreak_hwcompatibility_association as assoc,
|
||||
forwardcompatibilitybreak_timestamp::date as date_of_break from mpe.forwardcompatibilitybreak
|
||||
Reference in New Issue
Block a user