Skip to content

Commit

Permalink
Merge pull request #333 from harmony-one/es-schema-update
Browse files Browse the repository at this point in the history
add payment fields for ES schema
  • Loading branch information
theofandrich authored Oct 5, 2023
2 parents a08bd24 + 8be1df8 commit f068ace
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/es/schemas/bot-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
},
"sessionState": {
"type": "keyword"
},
"paymentTotal": {
"type": "double"
},
"paymentFreeCredits": {
"type": "double"
},
"paymentOneCredits": {
"type": "double"
},
"paymentFiatCredits": {
"type": "double"
}
}
}
Expand Down

0 comments on commit f068ace

Please sign in to comment.