Skip to content

Commit

Permalink
Merge pull request #176 from smoogipoo/fix-legacy-score-id-type
Browse files Browse the repository at this point in the history
Fix legacy score ID column type
  • Loading branch information
bdach authored Dec 5, 2023
2 parents eebd505 + cc6f427 commit e56837b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SoloScoreLegacyIDMap
public ushort ruleset_id { get; set; }

[ExplicitKey]
public uint old_score_id { get; set; }
public ulong old_score_id { get; set; }

public ulong score_id { get; set; }
}
Expand Down

0 comments on commit e56837b

Please sign in to comment.