From 1fb2c8e64bb28f1b7ece71b5d3a92150a62a9ecb Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 19 Nov 2007 09:45:49 -0500
Subject: [PATCH] Cast to array because this could be empty; update requirements description

---
 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 27d45eb..e904be2 100644
--- a/SQL/mysql.update.sql
+++ b/SQL/mysql.update.sql
@@ -12,6 +12,8 @@
 ALTER TABLE `identities`
   ADD `html_signature` tinyint(1) default 0 NOT NULL;
 
+ALTER TABLE `session` CHANGE `ip` `ip` VARCHAR(40) 
+  
 -- Uncomment these lines if you're using MySQL 4.1 or higher
 -- ALTER TABLE `users`
 --  DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci,

--
Gitblit v1.9.1