summaryrefslogtreecommitdiffstats
path: root/packages/migrations/0005_move_license_data.py
AgeCommit message (Collapse)AuthorFilesLines
2011-02-15Move license to a related modelDan McGee1-0/+120
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>