thomascube
2011-08-16 b501e6795d0f3cb4b648f503e4018e5b2cb2dcba
SQL/mysql.initial.sql
@@ -86,7 +86,7 @@
 `email` varchar(255) NOT NULL,
 `firstname` varchar(128) NOT NULL DEFAULT '',
 `surname` varchar(128) NOT NULL DEFAULT '',
 `vcard` text NULL,
 `vcard` longtext NULL,
 `words` text NULL,
 `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
 PRIMARY KEY(`contact_id`),