From fce86df3dcbffda17b0a838a28da717ee89b0a6d Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Tue, 25 May 2021 15:31:10 +0000 Subject: [PATCH] Add PersonalApiKeyEvent purge to bin/daily. Commit ready to merge. - Legacy-Id: 19033 --- bin/daily | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/daily b/bin/daily index 9a441a032..b720bde54 100755 --- a/bin/daily +++ b/bin/daily @@ -62,3 +62,6 @@ $DTDIR/ietf/manage.py fetch_meeting_attendance --latest 2 # Send reminders originating from the review app $DTDIR/ietf/bin/send-review-reminders + +# Purge older PersonApiKeyEvents +$DTDIR/ietf/manage.py purge_old_personal_api_key_events 14 \ No newline at end of file