Skip to content

Commit fcfd9d4

Browse files
committed
enhanced JSON Schema forward-engineering to only expose additionalProperties property when its value is false: added support for v9.x
1 parent a041119 commit fcfd9d4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"title": "MySQL",
1313
"versions": [
1414
"v5.x",
15-
"v8.x"
15+
"v8.x",
16+
"v9.x"
1617
]
1718
},
1819
"features": {

properties_pane/defaultData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"model": {
33
"modelName": "new_model",
4-
"dbVersion": "v5.x",
4+
"dbVersion": "v9.x",
55
"dbVendor": "MySQL"
66
},
77
"container": {

properties_pane/model_level/modelLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ making sure that you maintain a proper JSON format.
7171
"shouldValidate": false,
7272
"propertyTooltip": "DB version",
7373
"propertyType": "select",
74-
"options": ["v5.x", "v8.x"],
74+
"options": ["v5.x", "v8.x", "v9.x"],
7575
"disabledOption": false
7676
},
7777
{

0 commit comments

Comments
 (0)