Normalize MediaFile.name (make it a foreignkey)
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 24 Feb 2012 20:16:02 +0000 (21:16 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 8 Mar 2012 20:11:18 +0000 (21:11 +0100)
commita9dac7c83df860ed66ef187411394d25afd77598
treeaa14b34a0d50f8223afe1699d7e06609f9cfa131
parent703d09b9854087bbe620cb8f514e04d2447888ae
Normalize MediaFile.name (make it a foreignkey)

The name part of a MediaFile is only using a very limited
number of items. Currently things like "original" or
"thumb".

So instead of storing the string on each entry, just store
a short integer referencing the FileKeynames table and have
the appropiate string there.
mediagoblin/db/sql/models.py