Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revmischa/heroku-buildpack-alembic-migrate
- Owner: revmischa
- Created: 2016-08-13T02:40:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T12:41:23.000Z (about 7 years ago)
- Last Synced: 2024-10-18T07:52:42.196Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`