Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revmischa/heroku-buildpack-alembic-migrate

Auto-run flask alembic DB migration
https://github.com/revmischa/heroku-buildpack-alembic-migrate

Last synced: 3 days ago
JSON representation

Auto-run flask alembic DB migration

Awesome Lists containing this project

README

        

This assumes there is an alembic config `alembic.ini`.

It runs `alembic upgrade head` in `$BUILD_DIR`.

Add to your build with:
`heroku buildpacks:add https://github.com/revmischa/heroku-buildpack-alembic-migrate.git`