diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-10 11:33:46 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-10 11:33:46 +0100 |
commit | 06e25f0e900cd1780a4b1446c67b8dc45b36176f (patch) | |
tree | f36e312aadb3672c06024ec8ebe5fe2dab76c79b /script | |
parent | 98df56f2a431702fece99314e987bbdd2a3f0a9d (diff) |
Delete old track things sent records.
Diffstat (limited to 'script')
-rwxr-xr-x | script/delete-old-things | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/delete-old-things b/script/delete-old-things index c1354e4f4..18e802ec7 100755 --- a/script/delete-old-things +++ b/script/delete-old-things @@ -4,4 +4,6 @@ LOC=`dirname $0` $LOC/runner 'PostRedirect.delete_old_post_redirects()' +$LOC/runner 'TrackThingsSentEmail.delete_old_track_things_sent_email()' + |