aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migration_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-3/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-20/+19
* move alembic.ini to python app dirBoris Bobrov2017-11-141-3/+2
* Only run sqlalchemy-migrate migrations if we have to; separate foundationsChristopher Allan Webber2016-03-261-15/+18
* dbupdate updates to use plugin migrations if availableChristopher Allan Webber2016-03-261-46/+0
* Add build_alembic_config, use it to add plugin migrations to alembic configChristopher Allan Webber2016-03-261-0/+34
* typo fix: Set sqlalchemy.url, not qlalchemy.urlChristopher Allan Webber2016-03-021-1/+1
* Remove old hack to support pre-0.7.5 Alembic versionsChristopher Allan Webber2016-03-021-3/+0
* Fix #5398 and #5395 - Fix tests failing due to problem creating connection fo...Jessica Tallon2016-01-201-2/+9
* Fix #5391 - Alembic migrations would only work for SQLiteJessica Tallon2016-01-181-0/+1
* Enable alembic as the main tool for migrationsBoris Bobrov2016-01-111-6/+8
* Fix a exception db closed exception in migrationsJessica Tallon2015-12-291-0/+21
* Do not call AlembicMigrationManager.init_tables() for now.Berker Peksag2014-10-021-6/+8
* Provide a better manager API for Alembic.Berker Peksag2014-08-151-6/+27
* Add initial Alembic migrations.Berker Peksag2014-08-131-0/+29
* func_name removed in Python 3.Berker Peksag2014-07-281-1/+1
* Continue to port GMG codebase.Berker Peksag2014-05-081-1/+3
* Renaming replace_table to replace_table_hack and documenting why it's a hackChristopher Allan Webber2013-10-101-3/+9
* Actually rename the table back, or else we just lose the old table! ;)Christopher Allan Webber2013-10-101-1/+1
* I made some changes in this commit to help out with other people trying to worktilly-Q2013-10-091-0/+27
* Starting to write unit tests...tilly-Q2013-07-301-4/+4
* I actually had to do a bit more work than I thought, because I needed to accounttilly-Q2013-07-291-8/+7
* This was a very simple ticket actually. I created a list called FOUNDATIONS intilly-Q2013-07-291-1/+15
* Changing the information spat out while printing from media types->pluginsChristopher Allan Webber2013-07-121-2/+1
* Give a more useful error if a table already exists and so we can't create it ...Christopher Allan Webber2013-03-041-1/+7
* Move db.sql.migration_tools to db.migration_tools.Elrond2013-01-081-0/+270