diff options
author | francis <francis> | 2008-09-12 19:07:28 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-12 19:07:28 +0000 |
commit | 9ffbadea9a4373aaed0e65055a9eec6db57beec1 (patch) | |
tree | d50ea1b30a0512446f9b80453ca5dd5a63a71507 /script | |
parent | d162441cc058eabc14a7f073f3fda6f5a9abf283 (diff) |
Page cache attachments.
Diffstat (limited to 'script')
-rwxr-xr-x | script/clear-incoming-text-cache | 2 |
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 |