summaryrefslogtreecommitdiffstats
path: root/main/migrations/0032_auto__add_field_arch_agnostic.py
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08Add metadata to Arch tableDan McGee1-0/+152
Add a column flagging whether this architecture is agnostic (e.g. 'any') or not. This will remove the hardcoded name checks we have all over the place and replace it with a boolean. Signed-off-by: Dan McGee <dan@archlinux.org>