summaryrefslogtreecommitdiffstats
path: root/main/migrations/0012_is_repo_testing.py
AgeCommit message (Collapse)AuthorFilesLines
2010-03-06Add a flag to the repo to indicate its 'testing' statusDan McGee1-0/+194
This will eventually lead into a cleanup where we don't do checks on the repo name all over the place like we currently do. There are two migrations involved here; one to add the column and one to deduce the correct value from the existing names of the repos. Signed-off-by: Dan McGee <dan@archlinux.org>