From 14b342b03aaedadb67244149e7dea3210c6ac0ed Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 01 Dec 2011 07:38:13 -0500 Subject: [PATCH] - Fix so connection to LDAP will be properly closed --- 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 053649b..0761731 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -209,4 +209,6 @@ PRIMARY KEY (`user_id`, `mailbox`, `uid`) ) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; +-- Updates from version 0.7-beta + ALTER TABLE `session` CHANGE `sess_id` `sess_id` varchar(128) NOT NULL; -- Gitblit v1.9.1