aptise / peter_sslers

or how i stopped worrying and learned to love the ssl certificate
Other
51 stars 0 forks source link

integrate sqlalchemy/alembic to handle database migrations #9

Closed jvanasco closed 3 years ago

jvanasco commented 4 years ago

database migrations are currently handled by a simple directory of sql files as a quick-fix. this should be migrated to alembic (https://github.com/sqlalchemy/alembic)

jvanasco commented 3 years ago

This is being descoped/wontfix. the 0.5.0 branch will have a new db.