Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch initial_revision alembic migration to make tables if they aren't there | Christopher Allan Webber | 2016-03-26 | 1 | -1/+401 |
| | | | | | | | | | This is a necessary step towards deprecating sqlalchemy-migrate. * mediagoblin/db/migrations/versions/52bf0ccbedc1_initial_revision.py (upgrade): Update for adding tables. Mostly generated via Alembic's autogenerate tools. (downgrade): Added a comment. | ||||
* | Initial alembic migration to base other migrations on | Boris Bobrov | 2016-01-11 | 1 | -0/+22 |
Use this migration as a parent for yours. |