diff options
author | alecpl <alec@alec.pl> | 2012-01-12 07:29:48 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-12 07:29:48 +0000 |
commit | be431441cb06de48b01fde2baf3ccf04094c0273 (patch) | |
tree | 4e2aa31fc1498bd7967d69e328a9168ee8315459 /SQL/mysql.initial.sql | |
parent | 89730fa4e26a1efb6328af34cf89827642920272 (diff) |
- Applied fixes from trunk up to r5756
Diffstat (limited to 'SQL/mysql.initial.sql')
-rw-r--r-- | SQL/mysql.initial.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql index f66bb1eee..b0a7ee7a9 100644 --- a/SQL/mysql.initial.sql +++ b/SQL/mysql.initial.sql @@ -101,7 +101,7 @@ CREATE TABLE `contacts` ( `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', `del` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(128) NOT NULL DEFAULT '', - `email` text NOT NULL DEFAULT '', + `email` text NOT NULL, `firstname` varchar(128) NOT NULL DEFAULT '', `surname` varchar(128) NOT NULL DEFAULT '', `vcard` longtext NULL, |