LPGameDevs / EditarrrPublic

Public repo for level editor tools in Unity
MIT License
11 stars 2 forks source link

Backend: Score Storage - Remove Vistages of "score" Before "scoreNumber" #239

Open HaywardMorihara opened 9 months ago

HaywardMorihara commented 9 months ago

We switched from using scores as strings to scores as numbers in the database so we could run numerical operations on the keys (like proper sorting): https://github.com/LPGameDevs/EditarrrPublic/pull/187

This PR removes the remaining bits of code leftover from when the code used a score attribute as the string.

We've run the migration in both dev and prod already so we should be good to remove this.