Skip to content

Commit

Permalink
fixes #4247: change data type on statement_key so default normalizati…
Browse files Browse the repository at this point in the history
…ons work (#4248)
  • Loading branch information
tyschroed committed Jun 22, 2021
1 parent cef8b80 commit b1a6f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@
"type": ["null", "string"]
},
"statement_key": {
"type": ["null", "integer"]
"type": ["null", "string"]
},
"created_at": {
"type": ["null", "string"],
Expand Down
Expand Up @@ -15,7 +15,7 @@
"type": ["null", "string"]
},
"statement_key": {
"type": ["null", "integer"]
"type": ["null", "string"]
},
"created_at": {
"type": ["null", "string"],
Expand Down

0 comments on commit b1a6f3b

Please sign in to comment.