aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/dbupdate.py
Commit message (Collapse)AuthorAgeFilesLines
* Make sure MigrationManagers always get Unicode names.Brett Smith2012-07-041-1/+1
| | | | | If we fail to do this, SQLAlchemy complains that we're binding a non-Unicode value to a Unicode column.
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-2/+1
|
* SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-261-2/+6
| | | | | | - Changed config files of test configs to use SQL - Updated celery initialization tools, factored them to be able to use the "big instance" application stuff
* Updates so that dbupdate command worksChristopher Allan Webber2012-02-181-6/+11
| | | | | | - Various fixes to dbupdate itself - Switching db/sql/migrations.py to use a dict instead of a list - Registering the function
* No need for self here (thanks again Elrond ;))Christopher Allan Webber2012-01-291-1/+1
|
* Big ol' start of the SQL migrations system.Christopher Allan Webber2012-01-291-0/+84
Things definitely don't work yet, but should be heading in the right direction.