Skip to content

Commit

Permalink
HCK-9323: add dependency for storage logging option
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-filonenko committed Jan 3, 2025
1 parent eb1adaa commit b5e0007
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,20 @@ making sure that you maintain a proper JSON format.
"propertyName": "Logging",
"propertyKeyword": "logging",
"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).",
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"type": "or",
"values": [
{
"key": "organization",
"value": "heap"
},
{
"key": "organization",
"value": "index"
}
]
}
},
{
"propertyName": "Row archival",
Expand Down

0 comments on commit b5e0007

Please sign in to comment.