From bfa33b090eab6c91c103a34e767a878c3d6ddf3f Mon Sep 17 00:00:00 2001 From: Vitalii Bedletskyi Date: Fri, 14 Aug 2026 11:08:46 +0300 Subject: [PATCH 1/3] HCK-17371: add proper default ddl type for plugin --- reverse_engineering/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse_engineering/config.json b/reverse_engineering/config.json index 25eb8a1..a6b915a 100644 --- a/reverse_engineering/config.json +++ b/reverse_engineering/config.json @@ -1,4 +1,4 @@ { - "defaultDdlType": "db2", + "defaultDdlType": "db2-zos", "excludeDocKind": ["id"] } From 5c8ccac134f6121150689ccaf3d6a32e75f50457 Mon Sep 17 00:00:00 2001 From: Vitalii Bedletskyi Date: Fri, 14 Aug 2026 11:09:27 +0300 Subject: [PATCH 2/3] uses proper ddl name for FE --- localization/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localization/en.json b/localization/en.json index adc5edf..e53d654 100644 --- a/localization/en.json +++ b/localization/en.json @@ -128,7 +128,7 @@ "TOOLTIPS___MAX_VARIABLE": "max variable", "TOOLTIPS___BACKWARDS": "Backwards", "TOOLTIPS___NORMALIZATION": "Normalization", - "MAIN_MENU___FORWARD_DB_BUCKETS": "Db2 DDL...", + "MAIN_MENU___FORWARD_DB_BUCKETS": "Db2 for z/OS DDL...", "NEW___MODEL_NAME": "New model", "NEW___BUCKET_NAME": "New schema", "NEW___COLLECTION_NAME": "New table", From 8f03be5e1c713f763bd204ae2a6a4ef1ae545158 Mon Sep 17 00:00:00 2001 From: Vitalii Bedletskyi Date: Fri, 14 Aug 2026 13:21:10 +0300 Subject: [PATCH 3/3] add new type ddl to enable only re from DDL file --- reverse_engineering/package.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 reverse_engineering/package.json diff --git a/reverse_engineering/package.json b/reverse_engineering/package.json new file mode 100644 index 0000000..be6d5b4 --- /dev/null +++ b/reverse_engineering/package.json @@ -0,0 +1,3 @@ +{ + "type": "ddl" +}