aboutsummaryrefslogtreecommitdiffstats
path: root/script/clear-incoming-text-cache
diff options
context:
space:
mode:
Diffstat (limited to 'script/clear-incoming-text-cache')
-rwxr-xr-xscript/clear-incoming-text-cache2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/clear-incoming-text-cache b/script/clear-incoming-text-cache
index 2b3273017..66d640aa6 100755
--- a/script/clear-incoming-text-cache
+++ b/script/clear-incoming-text-cache
@@ -6,4 +6,6 @@ LOC=`dirname $0`
$LOC/runner "ActiveRecord::Base.connection.execute(\"update incoming_messages set cached_attachment_text = null, cached_main_body_text = null\")"
+# Remove page caches
+rm -fr $LOC/../public/request