osuAkatsuki / bancho.py

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

misc: potentially separate base schema import from docker #654

Open NiceAesth opened 5 months ago

NiceAesth commented 5 months ago

Currently, if a user decides to use their own SQL instance migrations would fail since the base schema won't get imported. We could offer some better documentation or handling for this case as I have seen it come up.