alecpl
2010-10-27 d808ba6e1de7f48f8e062bb1366d48c6d17aa718
SQL/mysql.initial.sql
@@ -1,4 +1,4 @@
-- RoundCube Webmail initial database structure
-- Roundcube Webmail initial database structure
/*!40014  SET FOREIGN_KEY_CHECKS=0 */;
@@ -28,7 +28,7 @@
 `language` varchar(5),
 `preferences` text,
 PRIMARY KEY(`user_id`),
 INDEX `username_index` (`username`),
 UNIQUE `username` (`username`, `mail_host`),
 INDEX `alias_index` (`alias`)
) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;