Commit session after alembic updates have finished
authorBoris Bobrov <breton@cynicmansion.ru>
Sat, 1 Apr 2017 18:07:01 +0000 (21:07 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Sat, 1 Apr 2017 18:07:01 +0000 (21:07 +0300)
commita5dae0dbc2dc7036a117589555e3a5b0bf10f596
treedebe85328325813aa73a8e9201b72c8dad74d5b5
parent3bad5310f683f2512e5d184555aa0108fbd3ff4b
Commit session after alembic updates have finished

After alembic updates we need to add foundations. The tables to add
foundations to are created as part of dbupdate process. For some reason
Alembic doesn't commit a session in the end. Because the session is not
commited, the tables do not really get created. And because of that,
foundations fail.

The solution is to commit the session after alembic updates.
mediagoblin/gmg_commands/dbupdate.py