Skip to content

Commit 67881dd

Browse files
authored
HCK-10812: Refine Alternate keys in other RDMS targets (#143)
1 parent 39a63e7 commit 67881dd

File tree

3 files changed

+380
-0
lines changed

3 files changed

+380
-0
lines changed

central_pane/style.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@
4242
}
4343
],
4444
"indexes",
45+
{
46+
"value": "AK",
47+
"orderingNumbersBy": ["uniqueKey", "compositeUniqueKey"],
48+
"dependency": {
49+
"key": "alternateKey",
50+
"value": true
51+
},
52+
"width": 16
53+
},
4554
"refType"
4655
]
4756
}

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,13 @@ making sure that you maintain a proper JSON format.
864864
"key": "deferrable",
865865
"value": "DEFERRABLE"
866866
}
867+
},
868+
{
869+
"propertyName": "Alternate key",
870+
"propertyKeyword": "alternateKey",
871+
"propertyTooltip": "",
872+
"propertyType": "checkbox",
873+
"setFieldPropertyBy": "compositeUniqueKey"
867874
}
868875
]
869876
}

0 commit comments

Comments
 (0)