Skip to content

Commit

Permalink
Adjust type for total score fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Nov 27, 2024
1 parent 62a9358 commit c8af6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.ElasticIndexer/schemas/scores.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"type": "keyword"
},
"total_score": {
"type": "integer"
"type": "long"
},
"legacy_total_score": {
"type": "integer"
"type": "long"
},
"user_id": {
"type": "keyword"
Expand Down

0 comments on commit c8af6fe

Please sign in to comment.