Skip to content

Commit f5d13a8

Browse files
committed
add v18.x
1 parent 4dbded2 commit f5d13a8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"v14.x",
1919
"v15.x",
2020
"v16.x",
21-
"v17.x"
21+
"v17.x",
22+
"v18.x"
2223
]
2324
},
2425
"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": "v17.x",
4+
"dbVersion": "v18.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", "v17.x"],
73+
"options": ["v10.x", "v11.x", "v12.x", "v13.x", "v14.x", "v15.x", "v16.x", "v17.x", "v18.x"],
7474
"disabledOption": false,
7575
"adapters": [
7676
{

0 commit comments

Comments
 (0)