diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-04-28 17:59:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-04-28 17:59:11 +0000 |
| commit | 1d33c02139d4cbb424a7d720723c353d0580b1f2 (patch) | |
| tree | fbf477bca35a72fd1a9517e248498b4867dc2e2f /roundcubemail/SQL | |
| parent | d76fc5101833630415c0844a1c37bbc2ea60bbe0 (diff) | |
Set default value for col preferences; fix bug #1483978
git-svn-id: https://svn.roundcube.net/trunk@542 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL')
| -rw-r--r-- | roundcubemail/SQL/mysql5.initial.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/SQL/mysql5.initial.sql b/roundcubemail/SQL/mysql5.initial.sql index ae155e1d0..fb1d69e4b 100644 --- a/roundcubemail/SQL/mysql5.initial.sql +++ b/roundcubemail/SQL/mysql5.initial.sql @@ -29,7 +29,7 @@ CREATE TABLE `users` ( `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_login` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `language` varchar(5) NOT NULL DEFAULT 'en', - `preferences` text NOT NULL, + `preferences` text NOT NULL DEFAULT '', PRIMARY KEY(`user_id`) ) TYPE=MYISAM CHARACTER SET ascii COLLATE ascii_general_ci; |
