Add xGen page

This commit is contained in:
ivarsbariss
2026-03-05 11:41:28 +01:00
parent 6aa6f485c5
commit 3a48064c27
42 changed files with 2214 additions and 0 deletions

View 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
}
}