Skip to content

Commit 18ff84a

Browse files
committed
Added 26ai version
1 parent 270b333 commit 18ff84a

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
@@ -15,7 +15,8 @@
1515
"18c",
1616
"19c",
1717
"21c",
18-
"23ai"
18+
"23ai",
19+
"26ai"
1920
]
2021
},
2122
"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": "21c",
4+
"dbVersion": "26ai",
55
"dbVendor": "Oracle"
66
},
77
"container": {

properties_pane/model_level/modelLevelConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ making sure that you maintain a proper JSON format.
133133
"shouldValidate": false,
134134
"propertyTooltip": "DB version",
135135
"propertyType": "select",
136-
"options": ["12c", "18c", "19c", "21c", "23ai"],
136+
"options": ["12c", "18c", "19c", "21c", "23ai", "26ai"],
137137
"disabledOption": false,
138138
"adapters": [
139139
{

0 commit comments

Comments
 (0)