We currently define our schema within database.py. However, automatic creation of tables is not performed. Moreover, such should not occur - we should instead begin with the initial Alembic definition, and migrate upwards.
It appears the database is required to various lengths throughout discord.py, backend.py, and server.py. We should unify these.
We currently define our schema within
database.py. However, automatic creation of tables is not performed. Moreover, such should not occur - we should instead begin with the initial Alembic definition, and migrate upwards.It appears the database is required to various lengths throughout
discord.py,backend.py, andserver.py. We should unify these.