Further purging of cleanup_deleted

This commit is contained in:
Matthew Jones
2016-05-11 15:07:44 -04:00
parent 1e12fa47ae
commit c6eedce3d8
3 changed files with 12 additions and 3 deletions

View File

@@ -1169,7 +1169,6 @@ class SystemJobOptions(BaseModel):
SYSTEM_JOB_TYPE = [
('cleanup_jobs', _('Remove jobs older than a certain number of days')),
('cleanup_activitystream', _('Remove activity stream entries older than a certain number of days')),
('cleanup_deleted', _('Purge previously deleted items from the database')),
('cleanup_facts', _('Purge and/or reduce the granularity of system tracking data')),
]