From 6fe0af894a5398f3a811e83edc074cc761f4911a Mon Sep 17 00:00:00 2001 From: francis Date: Wed, 23 Jul 2008 23:41:42 +0000 Subject: Make clear both caches and rename --- script/clear-attachment-cache | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 script/clear-attachment-cache (limited to 'script/clear-attachment-cache') 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\")" - - -- cgit v1.2.3