osuAkatsuki / bancho.py

An osu! server for the generic public, optimized for maintainability in modern python
https://akatsuki.gg
MIT License
212 stars 127 forks source link

Switch to go-migrate as a database migration & seeding system #263

Closed cmyui closed 7 months ago

cmyui commented 2 years ago

At the moment, bancho.py uses my diy-esque one-way migration system i wrote before i even knew migration systems existed.

This issue aims to clean this up and switch to a more popular & reliable system - go-migrate.

cmyui commented 2 years ago

Really need to do this.. only going to get worse..

tsunyoku commented 7 months ago

closing this because of #632 going in the direction of alembic, we can re-open in future if this changes