summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0028_auto__add_field_mirror_last_modified.py
AgeCommit message (Collapse)AuthorFilesLines
2014-03-29Protect ORM migration portion in db.dry_runDan McGee1-1/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-03-29Add last_modified column to mirrorsDan McGee1-0/+87
This will make it easier in the future to clear out inactive mirrors that haven't been touched in a while. Signed-off-by: Dan McGee <dan@archlinux.org>