diff options
author | francis <francis> | 2008-07-23 23:41:42 +0000 |
---|---|---|
committer | francis <francis> | 2008-07-23 23:41:42 +0000 |
commit | 6fe0af894a5398f3a811e83edc074cc761f4911a (patch) | |
tree | 1edd549c60bed63338ecd7765a8ea614ae2e9e78 /script/clear-attachment-cache | |
parent | c3da447a2635d4a0f08b54a3e6abf1d166e53bd8 (diff) |
Make clear both caches and rename
Diffstat (limited to 'script/clear-attachment-cache')
-rwxr-xr-x | script/clear-attachment-cache | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/script/clear-attachment-cache b/script/clear-attachment-cache deleted file mode 100755 index 5cf1dc4c4..000000000 --- a/script/clear-attachment-cache +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# Clear the cache of attachment text. - -LOC=`dirname $0` - -$LOC/runner "ActiveRecord::Base.connection.execute(\"update incoming_messages set cached_attachment_text = null\")" - - |