aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/migrations.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add fail_error and fail_metadata fields to MediaEntry and relevant migrationChristopher Allan Webber2011-08-131-0/+17
|
* Missing multi=True closing this migration, oops :)Christopher Allan Webber2011-08-121-0/+1
|
* Merge branch 'master' into processingChristopher Allan Webber2011-08-111-0/+10
|\ | | | | | | | | Conflicts: mediagoblin/db/migrations.py
| * Bug #372 - MediaEntry.thumbnail_file not usedCaleb Forbes Davis V2011-08-101-0/+10
| | | | | | | | | | - deleted the thumbnail_file from the media_entries collection - added a migration to remove the field from previous db versions
* | Store the task id of a processing action in the database.Christopher Allan Webber2011-07-241-0/+12
|/
* Migration for mediafiles main->originalChristopher Allan Webber2011-07-171-0/+16
|
* First migration: Add markdown bio!Christopher Allan Webber2011-07-141-3/+17
|
* Removing old style migrations... not in use anymoreChristopher Allan Webber2011-07-111-57/+1
|
* Just making a note of where the new migrations will go!Christopher Allan Webber2011-07-101-0/+11
|
* Merge remote branch 'refs/remotes/gullydwarf-cfdv/is315'Christopher Allan Webber2011-06-211-2/+17
|\
| * 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)