Skip to content

Commit

Permalink
Specify required "key_type" parameter for TABLE_HASH_KEY table
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 7, 2014
1 parent 4c7a397 commit b4d2f9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/command/fixture/user-table.jsons
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"type": "table_create",
"dataset": "Default",
"body": {
"name" : "User",
"flags" : "TABLE_PAT_KEY"
"name" : "User",
"flags" : "TABLE_PAT_KEY",
"key_type" : "ShortText"
}
}
{
Expand Down

0 comments on commit b4d2f9b

Please sign in to comment.