SQL/sqlite.initial.sql
@@ -1,4 +1,4 @@ -- RoundCube Webmail initial database structure -- Roundcube Webmail initial database structure -- -- Table structure for table `cache` @@ -97,7 +97,7 @@ preferences text NOT NULL default '' ); CREATE INDEX ix_users_username ON users(username); CREATE UNIQUE INDEX ix_users_username ON users(username, mail_host); CREATE INDEX ix_users_alias ON users(alias); -- --------------------------------------------------------