From 107bde9cfd9a0392d18544b5a433552ce6f2f0a6 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 30 Aug 2006 13:41:21 -0400 Subject: [PATCH] Added MSSQL support --- SQL/mysql.update.sql | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 8cd8c5c..cfd5af3 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -1,6 +1,9 @@ -- RoundCube Webmail update script for MySQL databases --- Version 0.1-20051007 +-- Updates from version 0.1-beta and 0.1-beta2 +ALTER TABLE `messages` + DROP `body`, + DROP INDEX `cache_key`, + ADD `structure` TEXT, + ADD UNIQUE `uniqueness` (`cache_key`, `uid`); -ALTER TABLE session ADD ip VARCHAR(15) NOT NULL AFTER changed; -ALTER TABLE users ADD alias VARCHAR(128) NOT NULL AFTER mail_host; -- Gitblit v1.9.1