Skip to content

Commit

Permalink
HCK-7350: improve abbreviations (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii4as authored Jul 24, 2024
1 parent 592813a commit d2a1603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ making sure that you maintain a proper JSON format.
"propertyName": "Partition key",
"propertyKeyword": "compositePartitionKey",
"propertyType": "primaryKeySetter",
"abbr": "pk"
"abbr": "pk,PK"
},
{
"propertyName": "Disable No Validate",
Expand All @@ -322,7 +322,7 @@ making sure that you maintain a proper JSON format.
"propertyName": "Clustering key",
"propertyKeyword": "compositeClusteringKey",
"propertyType": "primaryKeySetter",
"abbr": "ck"
"abbr": "pk,CK"
},
{
"propertyName": "Sorted by",
Expand Down

0 comments on commit d2a1603

Please sign in to comment.