Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only run archivalook migration if the tables aren't there. | Christopher Allan Webber | 2016-03-26 | 1 | -0/+5 |
| | | | | | | | | Standard for anything existing before the Alembic move-over, but I forgot this one. * mediagoblin/plugins/archivalook/migrations/b10b5f822789_archivalook_plugin_initial_migration.py (upgrade): Add has_table check, skip if such a table already exists. | ||||
* | Archivalook plugin initial migration. | Christopher Allan Webber | 2016-03-26 | 1 | -0/+32 |
* mediagoblin/plugins/archivalook/migrations/b10b5f822789_archivalook_plugin_initial_migration.py: New file. |