Fix a exception db closed exception in migrations
commit0ae15357ebe3844cc824ff4d0825de8a680579b6
authorJessica Tallon <tsyesika@tsyesika.se>
Tue, 29 Dec 2015 16:36:35 +0000 (29 16:36 +0000)
committerJessica Tallon <tsyesika@tsyesika.se>
Tue, 29 Dec 2015 16:42:37 +0000 (29 16:42 +0000)
treecdbf19f11e216e51b75944a697be34e01b106699
parentbf79b8bd5b8923026ad6f80ac98fa3e503fdc125
Fix a exception db closed exception in migrations

Some sqlite migrations were failing due to some problems with sqlite. A
work around has been created for these however it does involve loading lots
of data into memory. If you have a large database you should consider trying
to move to postgres.
mediagoblin/db/migration_tools.py
mediagoblin/db/migrations.py