aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-1/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-052-2/+1
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-121-0/+28
|\
| * Add main_transcoding_progress column migrationvijeth-aradhya2017-08-221-0/+28
* | Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-101-0/+36
|\ \
| * | Adding the migration filesaksham11152016-07-191-0/+36
* | | move alembic.ini to python app dirBoris Bobrov2017-11-141-0/+56
| |/ |/|
* | Pass connection to EnvironmentContext.configureBoris Bobrov2017-03-041-2/+1
|/
* 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