X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2Faccount%2F04_emails.sql;h=4036f17ea6cd1e059515edd38b5340f6b6d5e10f;hb=950bf4f677e923c34f7d1523215f06876e338717;hp=c8df1a13e0af65eb0d4846f2621a73825a41b510;hpb=9d5e108738768e57f6d445fbdf433b94afc419f2;p=platal.git diff --git a/upgrade/account/04_emails.sql b/upgrade/account/04_emails.sql index c8df1a1..4036f17 100644 --- a/upgrade/account/04_emails.sql +++ b/upgrade/account/04_emails.sql @@ -3,6 +3,6 @@ create table email_options ( storage set('imap', 'googleapps') not null default '', primary key uid (uid) -); +) ENGINE=InnoDB, CHARSET=utf8; # vim:set syntax=mysql: