pavelfilippi / weather-monitor

MIT License
1 stars 0 forks source link

Alembic db migrations #7

Closed pavelfilippi closed 1 year ago

pavelfilippi commented 1 year ago

Alembic db migrations

I want to have possibility to automate generating db migrations. Alembic also gives me much more flexibility (ie. upgrade/downgrade) then just manual changes in .sql file

Changes