Move all the migration tools into new migration_tools.py
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 13 Dec 2012 11:31:47 +0000 (12:31 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 8 Jan 2013 21:50:01 +0000 (22:50 +0100)
commita050e776c6d9c4970dd241e92b2f24a8c9deb36d
tree6acd0f05aa02dfcc7f4781bfc6c3219732690a45
parent8e7354ef2bc08531b7e733bea44835f016b3e821
Move all the migration tools into new migration_tools.py

Factor all the migration related stuff out into a new
.db.sql.migration_tools.
First we don't have to load this module for our normal
server.
Second it makes all the import dependencies a little more
cleaner.
mediagoblin/db/migrations.py
mediagoblin/db/sql/migration_tools.py [new file with mode: 0644]
mediagoblin/db/util.py
mediagoblin/gmg_commands/dbupdate.py
mediagoblin/plugins/oauth/migrations.py
mediagoblin/tests/test_sql_migrations.py