aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/sql/migrations.py
Commit message (Collapse)AuthorAgeFilesLines
* Updates so that dbupdate command worksChristopher Allan Webber2012-02-181-1/+1
| | | | | | - Various fixes to dbupdate itself - Switching db/sql/migrations.py to use a dict instead of a list - Registering the function
* Big ol' start of the SQL migrations system.Christopher Allan Webber2012-01-291-0/+17
Things definitely don't work yet, but should be heading in the right direction.