Skip to content

Commit 1e00e48

Browse files
HCK-9323: add dependency for storage logging option (#158)
1 parent eb1adaa commit 1e00e48

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

properties_pane/entity_level/entityLevelConfig.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,20 @@ making sure that you maintain a proper JSON format.
199199
"propertyName": "Logging",
200200
"propertyKeyword": "logging",
201201
"propertyTooltip": "Specify whether the creation of the table and of any indexes required because of constraints, partition, or LOB storage characteristics will be logged in the redo log file (LOGGING) or not (NOLOGGING).",
202-
"propertyType": "checkbox"
202+
"propertyType": "checkbox",
203+
"dependency": {
204+
"type": "or",
205+
"values": [
206+
{
207+
"key": "organization",
208+
"value": "heap"
209+
},
210+
{
211+
"key": "organization",
212+
"value": "index"
213+
}
214+
]
215+
}
203216
},
204217
{
205218
"propertyName": "Row archival",

0 commit comments

Comments
 (0)