Skip to content

Commit

Permalink
pk, PK display
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Dec 20, 2019
1 parent c9896c8 commit caae140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Cassandra",
"version": "0.1.34",
"versionDate": "2019-10-12",
"version": "0.1.35",
"versionDate": "2019-12-20",
"author": "hackolade",
"engines": {
"hackolade": "3.4.12",
Expand Down
4 changes: 2 additions & 2 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ making sure that you maintain a proper JSON format.
"propertyName": "Partition key",
"propertyKeyword": "compositePartitionKey",
"propertyType": "primaryKeySetter",
"abbr": "PK"
"abbr": "pk,PK"
},
{
"propertyName": "Clustering key",
"propertyKeyword": "compositeClusteringKey",
"propertyType": "primaryKeySetter",
"abbr": "CK",
"abbr": "pk,CK",
"attributeList": [
{ "name": "ascending", "abbr": "\u2191" },
{ "name": "descending", "abbr": "\u2193" }
Expand Down

0 comments on commit caae140

Please sign in to comment.