Skip to content

Commit 36ac4e5

Browse files
committed
added support for v17.x
1 parent eb609db commit 36ac4e5

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
@@ -17,7 +17,8 @@
1717
"v13.x",
1818
"v14.x",
1919
"v15.x",
20-
"v16.x"
20+
"v16.x",
21+
"v17.x"
2122
]
2223
},
2324
"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": "v16.x",
4+
"dbVersion": "v17.x",
55
"dbVendor": "PostgreSQL"
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": ["v10.x", "v11.x", "v12.x", "v13.x", "v14.x", "v15.x", "v16.x"],
73+
"options": ["v10.x", "v11.x", "v12.x", "v13.x", "v14.x", "v15.x", "v16.x", "v17.x"],
7474
"disabledOption": false,
7575
"adapters": [
7676
{

0 commit comments

Comments
 (0)