Big ol' start of the SQL migrations system.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 29 Dec 2011 17:15:55 +0000 (11:15 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 22:33:44 +0000 (16:33 -0600)
commit70b44584ae4a81e53d39481781c63aec23b23884
tree3057c7354c6c76c28845ab60588670fc536aa574
parent8a9aa0758393336fb751c6f77a3d4feaa1903c06
Big ol' start of the SQL migrations system.

Things definitely don't work yet, but should be heading in the right direction.
mediagoblin/db/sql/migrations.py [new file with mode: 0644]
mediagoblin/db/sql/models.py
mediagoblin/db/sql/util.py [new file with mode: 0644]
mediagoblin/gmg_commands/dbupdate.py [new file with mode: 0644]
mediagoblin/media_types/image/models.py [new file with mode: 0644]
mediagoblin/media_types/video/models.py [new file with mode: 0644]