aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/util.py
Commit message (Expand)AuthorAgeFilesLines
* Another db->db.engine because I'm bad at things ;)Christopher Allan Webber2012-01-291-7/+7
* Another MigrationManager fix.Christopher Allan Webber2012-01-291-1/+1
* assert was positive when it should be negative, fixedChristopher Allan Webber2012-01-291-1/+1
* Use .first() instead of [0]... thanks elrond :)Christopher Allan Webber2012-01-291-5/+2
* We should probably add that object to the DB also :PChristopher Allan Webber2012-01-291-1/+2
* Commit that new migration record ;)Christopher Allan Webber2012-01-291-0/+1
* Add create_new_migration_record method to MigrationManagerChristopher Allan Webber2012-01-291-2/+7
* Added init_tables method to MigrationManagerChristopher Allan Webber2012-01-291-2/+12
* More work on SQL MigrationManagerChristopher Allan Webber2012-01-291-15/+25
* Removing printer argument now that we use self.printerChristopher Allan Webber2012-01-291-1/+1
* Finishing the init_or_migrate functionChristopher Allan Webber2012-01-291-1/+7
* More work on migration manager, including adding a dry run functionChristopher Allan Webber2012-01-291-6/+76
* Beginnings of the SQL migration managerChristopher Allan Webber2012-01-291-1/+100
* Big ol' start of the SQL migrations system.Christopher Allan Webber2012-01-291-0/+59