Skip to content

Commit 4df2ec0

Browse files
committed
enhanced JSON Schema forward-engineering to only expose additionalProperties property when its value is false: added support for v24.x and v25.x
1 parent e9e59fa commit 4df2ec0

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"title": "CockroachDB",
1313
"versions": [
1414
"v22.x",
15-
"v23.x"
15+
"v23.x",
16+
"v24.x",
17+
"v25.x"
1618
]
1719
},
1820
"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": "v23.x",
4+
"dbVersion": "v25.x",
55
"dbVendor": "CockroachDB"
66
},
77
"container": {

properties_pane/model_level/modelLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ making sure that you maintain a proper JSON format.
7070
"shouldValidate": false,
7171
"propertyTooltip": "DB version",
7272
"propertyType": "select",
73-
"options": ["v22.x", "v23.x"],
73+
"options": ["v22.x", "v23.x", "v24.x", "v25.x"],
7474
"disabledOption": false
7575
},
7676
{

0 commit comments

Comments
 (0)