From f18911adb4a6d08fc85963a2f15f13fa869877ec Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 12 Jun 2008 06:26:17 +0000 Subject: - #1485120 (text column can't have a default value) --- SQL/mysql.update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQL/mysql.update.sql') diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql index 2a9603f3e..f07672614 100644 --- a/SQL/mysql.update.sql +++ b/SQL/mysql.update.sql @@ -19,7 +19,7 @@ ALTER TABLE `users` -- Updates from version 0.1.1 ALTER TABLE `identities` - MODIFY `signature` text NOT NULL DEFAULT '', + MODIFY `signature` text, MODIFY `bcc` varchar(128) NOT NULL DEFAULT '', MODIFY `reply-to` varchar(128) NOT NULL DEFAULT '', MODIFY `organization` varchar(128) NOT NULL DEFAULT '', -- cgit v1.2.3