From 9e5d051e97441794d765b094ed46d8cc732c3944 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 28 Apr 2007 13:59:11 -0400 Subject: [PATCH] Set default value for col preferences; fix bug #1483978 --- SQL/mysql.update.sql | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index cfd5af3..ef5f07d 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -5,5 +5,7 @@ DROP `body`, DROP INDEX `cache_key`, ADD `structure` TEXT, - ADD UNIQUE `uniqueness` (`cache_key`, `uid`); + ADD UNIQUE `uniqueness` (`user_id`, `cache_key`, `uid`); +ALTER TABLE `identities` + ADD `html_signature` tinyint(1) default 0 NOT NULL; -- Gitblit v1.9.1