Ignore:
Timestamp:
04/18/12 16:00:42 (12 years ago)
Author:
douglasz
Message:

Ticket #2633 - Adequar implementação de flags de marcadores e sinalizadores no IMAP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/setup/tables_update.inc.php

    r5964 r5966  
    174174                                'fd' => array( 
    175175                                        'id' => array('type' => 'auto','nullable' => False), 
    176                                         'followupflag_id' => array('type' => 'int', 'precision' => '8','nullable' => False),                                     
     176                                        'followupflag_id' => array('type' => 'int', 'precision' => '8','nullable' => False), 
     177                                        'message_id' => array('type' => 'varchar', 'precision' => '100','nullable' => true), 
    177178                                        'border_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
    178179                                        'background_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
Note: See TracChangeset for help on using the changeset viewer.