Changeset 5966


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.

Location:
trunk/expressoMail1_2/setup
Files:
2 edited

Legend:

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

    r5702 r5966  
    6565                        'fd' => array( 
    6666                                'id' => array('type' => 'auto','nullable' => False), 
    67                                 'followupflag_id' => array('type' => 'int', 'precision' => '8','nullable' => False),                                     
     67                                'followupflag_id' => array('type' => 'int', 'precision' => '8','nullable' => False),     
     68                                'message_id' => array('type' => 'varchar', 'precision' => '100','nullable' => true),                             
    6869                                'border_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
    6970                                'background_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
  • 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.