summaryrefslogtreecommitdiffstats
path: root/packages/migrations/0004_auto__add_license.py
AgeCommit message (Collapse)AuthorFilesLines
2011-02-15Move license to a related modelDan McGee1-0/+118
This allows us to store multiple licenses per package in a more elegant fashion, and will later allow us to search and filter on this information. Signed-off-by: Dan McGee <dan@archlinux.org>