Update housekeeping command docs

This commit is contained in:
jeremystretch
2023-02-07 16:52:54 -05:00
parent d2cad0b87e
commit 7d12b5ad88
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class Command(BaseCommand):
f"clearing sessions; skipping."
)
# Delete expired ObjectRecords
# Delete expired ObjectChanges
if options['verbosity']:
self.stdout.write("[*] Checking for expired changelog records")
if config.CHANGELOG_RETENTION: