Spacing
authorJoão Pedro Athayde Marcondes de André (JP) <jp_git@m4x.org>
Sat, 30 Oct 2010 21:52:58 +0000 (23:52 +0200)
committerJoão Pedro Athayde Marcondes de André (JP) <jp_git@m4x.org>
Sat, 30 Oct 2010 21:52:58 +0000 (23:52 +0200)
upgrade/1.1.0/01_new_mail.sql

index 4c31c07..b659f2c 100644 (file)
@@ -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 ;