A few basic fixes to sql/util.py
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:58:58 +0000 (16:58 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:58:58 +0000 (16:58 -0600)
commitf3791a9490f7dca7eaadc8229e31fe7285823d12
treeb3af94d99d05e2bea89fa003869de2ba0821dd3f
parent0f3526c601b7848a54808ec0baef832d3baaa8b7
A few basic fixes to sql/util.py

 - MigrationRecord to MigrationData, again
 - If the table doesn't exist, return None for database_current_migration
 - database.engine -> database.bind
mediagoblin/db/sql/util.py