ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
955 stars 380 forks source link

Remove unused score pins table columns #11273

Open nanaya opened 2 weeks ago

nanaya commented 2 weeks ago
cl8n commented 6 days ago

not a problem but just curious why are these written in raw sql instead of query builder?

nanaya commented 6 days ago

laravel syntax caused a bunch of problems when I tried writing migration for this. It's easier to just not deal with it.