Skip to content

Commit

Permalink
Merge pull request singer-io#5 from gautiermorel/chore/edit-installat…
Browse files Browse the repository at this point in the history
…ions-schema

chore(installations.json): add customer_user_id string type in schema
  • Loading branch information
nick-mccoy authored Apr 18, 2018
2 parents 387ff92 + 71fa148 commit 7f1664d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tap_appsflyer/schemas/raw_data/installations.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@
"customer_user_id": {
"type": [
"null",
"integer"
"integer",
"string"
]
},
"imei": {
Expand Down

0 comments on commit 7f1664d

Please sign in to comment.