From 7c3ccb6fbca054f91f14f574761a6d6dd42f68c7 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 12 Jan 2011 06:56:25 -0500
Subject: [PATCH] Update Chinese messages

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

diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql
index b9ab59e..2af0a47 100644
--- a/SQL/mysql.update.sql
+++ b/SQL/mysql.update.sql
@@ -129,3 +129,5 @@
 ALTER TABLE `users` DROP INDEX `username_index`;
 ALTER TABLE `users` ADD UNIQUE `username` (`username`, `mail_host`);
 
+ALTER TABLE `contacts` MODIFY `email` varchar(255) NOT NULL;
+

--
Gitblit v1.9.1