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", 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"] } 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" +}