Skip to content

Commit fb861e0

Browse files
Merge pull request #78 from ArzamastsevVladyslav/hotfix/postgres-re-test
Removed "defaultValue" that was causing redundant properties on model…
2 parents d7e90aa + ad6b531 commit fb861e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

properties_pane/model_level/modelLevelConfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,13 @@ making sure that you maintain a proper JSON format.
252252
"propertyKeyword": "deferrable",
253253
"propertyTooltip": "\nA constraint that is not deferrable will be checked immediately after every command. Checking of constraints that are deferrable can be postponed until the end of the transaction",
254254
"propertyType": "select",
255-
"defaultValue": "",
256255
"options": ["", "DEFERRABLE", "NOT DEFERRABLE"]
257256
},
258257
{
259258
"propertyName": "Check time",
260259
"propertyKeyword": "deferrableConstraintCheckTime",
261260
"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",
262261
"propertyType": "select",
263-
"defaultValue": "",
264262
"options": ["", "INITIALLY IMMEDIATE", "INITIALLY DEFERRED"],
265263
"dependency": {
266264
"key": "customProperties.deferrable",

0 commit comments

Comments
 (0)