diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 20:30:15 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 20:30:15 +0000 |
| commit | d9339daa138f0bb552208a8dba3ab7f245b3424f (patch) | |
| tree | 5eb2af6539e697effb0cd7338e3b80e39b191897 /roundcubemail | |
| parent | 6015e4d8f2cfe8ff6c0a2337d4976c0534c5138c (diff) | |
Fix default value problem for MySQL (#1483940)
git-svn-id: https://svn.roundcube.net/trunk@572 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -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 fbca3dcac..0c0dcb199 100644 --- a/roundcubemail/SQL/mysql5.initial.sql +++ b/roundcubemail/SQL/mysql5.initial.sql @@ -91,7 +91,7 @@ CREATE TABLE `contacts` ( `email` varchar(128) NOT NULL, `firstname` varchar(128) NOT NULL, `surname` varchar(128) NOT NULL, - `vcard` text NOT NULL, + `vcard` text NULL, `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY(`contact_id`), CONSTRAINT `user_id_fk_contacts` FOREIGN KEY (`user_id`) |
