Skip to content

Commit

Permalink
chore(installations.json): add customer_user_id string type in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautier Morel committed Apr 16, 2018
1 parent 387ff92 commit 71fa148
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 71fa148

Please sign in to comment.