diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-03 11:03:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-03 11:03:54 +0000 |
| commit | 55e69a4d05d14c32140c9ad59dcfef2c06bab7b8 (patch) | |
| tree | 0784a5bd942bc4da3e5e1a24bdfde32fd390f6ff /roundcubemail/SQL/mysql.update.sql | |
| parent | 749680b3b88dc5968c7b372eafc728748a79a0c8 (diff) | |
#1484854
git-svn-id: https://svn.roundcube.net/trunk@1242 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index 70230784b..07b18174b 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -11,3 +11,7 @@ ALTER TABLE `cache` DROP INDEX `cache_key`, DROP INDEX `session_id`, ADD INDEX `user_cache_index` (`user_id`,`cache_key`); + +ALTER TABLE `users` + ADD INDEX `username_index` (`username`); + ADD INDEX `alias_index` (`alias`); |
