Changeset 3291 for branches


Ignore:
Timestamp:
09/27/10 11:30:13 (14 years ago)
Author:
brunocosta
Message:

Ticket #1306 - Criado index na tabela folder do banco do GoogleGears?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/local_messages.js

    r3286 r3291  
    175175    this.dbGears.execute('create table if not exists msgs_to_remove (id_msg int,folder text,uid_usuario int)'); 
    176176    this.dbGears.execute('create index if not exists idx_user3 on mail (id_folder,uid_usuario,timestamp)'); 
     177    this.dbGears.execute('create INDEX if not exists idx_folder ON folder(uid_usuario,folder)'); 
    177178 
    178179    //some people that used old version of local messages could not have the size column. If it's the first version 
Note: See TracChangeset for help on using the changeset viewer.