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