Skip to content

Commit 8871be9

Browse files
author
unknown
committed
Made relationship properties for deferrable constraints more consistent with the same properties for entities and fields
1 parent 581eb0b commit 8871be9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

properties_pane/model_level/modelLevelConfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,11 @@ making sure that you maintain a proper JSON format.
261261
"propertyTooltip": "\nIf the constraint is INITIALLY IMMEDIATE, it is checked after each statement. This is the default. If the constraint is INITIALLY DEFERRED, it is checked only at the end of the transaction",
262262
"propertyType": "select",
263263
"defaultValue": "",
264-
"options": ["", "INITIALLY IMMEDIATE", "INITIALLY DEFERRED"]
264+
"options": ["", "INITIALLY IMMEDIATE", "INITIALLY DEFERRED"]б
265+
"dependency": {
266+
"key": "customProperties.deferrable",
267+
"value": "DEFERRABLE"
268+
}
265269
}
266270
]
267271
}

0 commit comments

Comments
 (0)