aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * removes unecessary dependence on existence of username for User migration01, ↵cfdv2011-06-201-6/+5
| | | | | | | | + fix whitespace issues
| * adds accommmodations for migration of fields in User: bio and urlcfdv2011-06-201-2/+18
| |
* | Only migrate to description_html if description also exists.Christopher Allan Webber2011-06-201-1/+2
|/
* Provide a migration to add description_html to MediaEntries that don't have itChristopher Allan Webber2011-06-191-0/+16
|
* mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-2/+0
|
* User migration works (but the rest of the system isn't updated for new user ↵Christopher Allan Webber2011-05-221-0/+39
setup yet)