aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations
Commit message (Expand)AuthorAgeFilesLines
* Switch initial_revision alembic migration to make tables if they aren't thereChristopher Allan Webber2016-03-261-1/+401
* Set target_metadata in alembic's env.py to Base.metadataChristopher Allan Webber2016-03-261-1/+2
* Update out script.py mako template to support branch_labelsChristopher Allan Webber2016-03-261-1/+3
* Fixes #5421 - Ensures Report.object_id is nullableJessica Tallon2016-02-291-0/+33
* Migration for #5415 - I forgot it, Doh!Jessica Tallon2016-02-291-0/+44
* Simply for the Notification.object_id migrationJessica Tallon2016-02-291-10/+0
* Missing perensJessica Tallon2016-02-291-1/+3
* Fixed issue introduced in previous migrationJessica Tallon2016-02-291-0/+39
* Change Notification.object_id to be ID of Comemnt not TextCommentJessica Tallon2016-02-291-0/+72
* Fix issue #5411 sqlite connection closesAndrew Browning2016-02-232-2/+4
* Fix #5398 and #5395 - Fix tests failing due to problem creating connection fo...Jessica Tallon2016-01-201-11/+3
* Fix #5390 - Create migration to delete Notifications and fix ReportJessica Tallon2016-01-202-1/+63
* Use inspect_table inplace of redefining them allJessica Tallon2016-01-181-38/+12
* Fix #5382 - Add migration and fix so tombstones are removed from collectionsJessica Tallon2016-01-151-0/+84
* Initial alembic migration to base other migrations onBoris Bobrov2016-01-111-0/+22
* Add initial migration guide.Berker Peksag2014-10-021-1/+57
* Add initial Alembic migrations.Berker Peksag2014-08-134-0/+94