lrem / ladders

Track games in custom ranked ladders
MIT License
1 stars 0 forks source link

Player-ladder should not be 1:1 #1

Closed lrem closed 7 years ago

lrem commented 7 years ago

The current database schema wrongly assumes that a player of a given name (primary key) will only ever belong to a single ladder. This should be fixed either by introducing an integer primary or by making the primary key use both player and ladder name.