aboutsummaryrefslogtreecommitdiffstats
path: root/script/delete-old-things
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-07-13 23:54:46 +0100
committerFrancis Irving <francis@mysociety.org>2010-07-13 23:54:46 +0100
commit59395b3bdf19aed7bf5f77656afa6c31dad7e138 (patch)
treeb6e4c9f9e5b4a9f792a550ce3af727ae32b1cba1 /script/delete-old-things
parent452ac41f05f655a9fd23c8df4796f26632c23050 (diff)
parentda2c0aaf5f0d07baa3a355033a92d5dd295f2f13 (diff)
Merge branch 'master' into francis-profile-photo
Conflicts: app/views/user/show.rhtml commonlib spec/controllers/user_controller_spec.rb
Diffstat (limited to 'script/delete-old-things')
-rwxr-xr-xscript/delete-old-things9
1 files changed, 9 insertions, 0 deletions
diff --git a/script/delete-old-things b/script/delete-old-things
new file mode 100755
index 000000000..18e802ec7
--- /dev/null
+++ b/script/delete-old-things
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+LOC=`dirname $0`
+
+$LOC/runner 'PostRedirect.delete_old_post_redirects()'
+
+$LOC/runner 'TrackThingsSentEmail.delete_old_track_things_sent_email()'
+
+