Changeset 3440


Ignore:
Timestamp:
10/29/10 13:11:47 (14 years ago)
Author:
brunocosta
Message:

Ticket #1331 - Modificando CONSTRAINT da tabela mail do bando do gears.

File:
1 edited

Legend:

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

    r3405 r3440  
    168168    this.dbGears.execute('create table if not exists mail' + 
    169169        ' (mail blob,original_id int,original_folder text,header blob,timestamp int,uid_usuario int,unseen int,id_folder int,' + 
    170         ' ffrom text, subject text, fto text, cc text, body text, size int,unique (original_id,original_folder,uid_usuario))'); 
     170        ' ffrom text, subject text, fto text, cc text, body text, size int,unique (original_id,original_folder,uid_usuario,id_folder))'); 
    171171    this.dbGears.execute('create table if not exists anexo' + 
    172172        ' (id_mail int,nome_anexo text,url text,pid int)'); 
Note: See TracChangeset for help on using the changeset viewer.