diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-05 07:26:59 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-05 07:26:59 +0000 |
| commit | 9f71b7e9e96fe69cde4228d9500118f2130005e1 (patch) | |
| tree | 9e6fce90ad2c542ddd4104779120fe74dd05ba6a /roundcubemail/SQL/mysql.update.sql | |
| parent | 421ae0f5dcfbe19e0cf729100c18345762adcef5 (diff) | |
#1484962: typo
git-svn-id: https://svn.roundcube.net/trunk@1254 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index 07b18174b..103cb61db 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -13,5 +13,5 @@ ALTER TABLE `cache` ADD INDEX `user_cache_index` (`user_id`,`cache_key`); ALTER TABLE `users` - ADD INDEX `username_index` (`username`); + ADD INDEX `username_index` (`username`), ADD INDEX `alias_index` (`alias`); |
