I made some changes in this commit to help out with other people trying to work
authortilly-Q <nattilypigeonfowl@gmail.com>
Wed, 9 Oct 2013 21:11:41 +0000 (17:11 -0400)
committertilly-Q <nattilypigeonfowl@gmail.com>
Wed, 9 Oct 2013 21:11:41 +0000 (17:11 -0400)
commite5196ff0006da687ae31466d8c8e384c6be05ccd
tree70a1b7545ea5e4103928f3afbe3d53bd0e528528
parenta4609dd32b3b0db2f2317b8b407b515b41bd0127
I made some changes in this commit to help out with other people trying to work
around the SQLite problems with Alter table. I added a new function to
migration_tools (replace_table) which does all the work I did in my migration of
core__users, but is now usable for other migrations.
mediagoblin/db/migration_tools.py
mediagoblin/db/migrations.py