aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/dbupdate.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.