From 21461dce77dd67a45a22e361dca4ecaf6c580788 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 16 May 2011 03:13:01 -0400
Subject: [PATCH] - Trim HTML message before washing, to make sure that BOM is removed even when prepended by some whitespace chars (#1487915)

---
 SQL/sqlite.update.sql |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SQL/sqlite.update.sql b/SQL/sqlite.update.sql
index d8a657a..4bbedcc 100644
--- a/SQL/sqlite.update.sql
+++ b/SQL/sqlite.update.sql
@@ -183,7 +183,7 @@
 DELETE FROM messages;
 
 
--- Updates from version 0.5.1
+-- Updates from version 0.5.2
 
 CREATE TABLE contacts_tmp (
     contact_id integer NOT NULL PRIMARY KEY,
@@ -221,4 +221,5 @@
 DROP TABLE contacts_tmp;
 
 DELETE FROM messages;
+DELETE FROM cache;
 CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id);

--
Gitblit v1.9.1