diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/clear-caches (renamed from script/clear-incoming-text-cache) | 0 | ||||
-rwxr-xr-x | script/delete-old-things (renamed from script/delete-old-post-redirects) | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/script/clear-incoming-text-cache b/script/clear-caches index 01ea95edc..01ea95edc 100755 --- a/script/clear-incoming-text-cache +++ b/script/clear-caches diff --git a/script/delete-old-post-redirects b/script/delete-old-things index c1354e4f4..18e802ec7 100755 --- a/script/delete-old-post-redirects +++ 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()' + |