We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d55b26 commit cf31343Copy full SHA for cf31343
properties_pane/view_level/viewLevelConfig.json
@@ -112,9 +112,29 @@
112
"type": "and",
113
"values": [
114
{
115
- "level": "model",
116
- "key": "dbVersion",
117
- "value": "23ai"
+ "type": "not",
+ "values": [
+ {
118
+ "level": "model",
119
+ "key": "dbVersion",
120
+ "value": "12c"
121
+ },
122
123
124
125
+ "value": "18c"
126
127
128
129
130
+ "value": "19c"
131
132
133
134
135
+ "value": "21c"
136
+ }
137
+ ]
138
},
139
140
"type": "or",
0 commit comments