From: João Pedro Athayde Marcondes de André (JP) Date: Sat, 30 Oct 2010 21:52:58 +0000 (+0200) Subject: Spacing X-Git-Tag: xorg/1.1.0~287 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=aa8d85a22ffe72ec4478409a5ff46324ea8460f7;p=platal.git Spacing --- diff --git a/upgrade/1.1.0/01_new_mail.sql b/upgrade/1.1.0/01_new_mail.sql index 4c31c07..b659f2c 100644 --- a/upgrade/1.1.0/01_new_mail.sql +++ b/upgrade/1.1.0/01_new_mail.sql @@ -26,7 +26,7 @@ CREATE TABLE email_source_other ( CREATE TABLE homonyms_list ( hrmid VARCHAR(255) NOT NULL, - uid INT(11) UNSIGNED NOT NULL, + uid INT(11) UNSIGNED NOT NULL, KEY(hrmid) ) ENGINE=InnoDB, CHARSET=utf8 ;