Closed peterdudfield closed 2 years ago
Make proper SQL migration process. This could be done automatically with 'alembic' https://alembic.sqlalchemy.org/en/latest/
Currently would have to destroy database and remake if the datamodel changes. This will be a problem when live, as we dont want to lose predictions
Detailed Description
Make proper SQL migration process. This could be done automatically with 'alembic' https://alembic.sqlalchemy.org/en/latest/
Context
Currently would have to destroy database and remake if the datamodel changes. This will be a problem when live, as we dont want to lose predictions
Possible Implementation