Updates so that dbupdate command works
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Feb 2012 05:19:09 +0000 (23:19 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Feb 2012 05:19:09 +0000 (23:19 -0600)
commit3ea1cf36fcfec9a381f2c425e626c4107e7dca43
tree09a3801e22c3f9ecb481a775ca5d828bb07a77ea
parent4d8be4fe0d82c13c0a4d0fb454c422449bdfafe2
Updates so that dbupdate command works

 - Various fixes to dbupdate itself
 - Switching db/sql/migrations.py to use a dict instead of a list
 - Registering the function
mediagoblin/db/sql/migrations.py
mediagoblin/gmg_commands/__init__.py
mediagoblin/gmg_commands/dbupdate.py
mediagoblin/media_types/ascii/migrations.py [new file with mode: 0644]
mediagoblin/media_types/ascii/models.py [new file with mode: 0644]
mediagoblin/media_types/image/migrations.py [new file with mode: 0644]
mediagoblin/media_types/image/models.py
mediagoblin/media_types/video/migrations.py [new file with mode: 0644]
mediagoblin/media_types/video/models.py