From d859b0ca1f2bc7f046ff595fab93d17d6f6f42e4 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 16 Dec 2008 12:01:50 -0500
Subject: [PATCH] allow reply to yourself only in To field

---
 SQL/mysql.update.sql |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql
index 1e8979d..5590099 100644
--- a/SQL/mysql.update.sql
+++ b/SQL/mysql.update.sql
@@ -38,3 +38,9 @@
     
 ALTER TABLE `session`
     ADD INDEX `changed_index` (`changed`);
+
+ALTER TABLE `cache`
+    ADD INDEX `created_index` (`created`);
+
+ALTER TABLE `users`
+    CHANGE `language` `language` varchar(5);

--
Gitblit v1.9.1