Skip to content

Commit

Permalink
Adjust type for legacy total score field
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Nov 28, 2024
1 parent 62a9358 commit 3830171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.ElasticIndexer/schemas/scores.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"type": "integer"
},
"legacy_total_score": {
"type": "integer"
"type": "long"
},
"user_id": {
"type": "keyword"
Expand Down

0 comments on commit 3830171

Please sign in to comment.