Ignore:
Timestamp:
04/20/12 14:57:17 (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_current.inc.php

    r5966 r5981  
    4242                                'border_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
    4343                                'background_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
    44                                 'font_color' => array('type' => 'varchar','precision' => '7','nullable' => true) 
     44                                'font_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
     45                                'slot' => array('type' => 'int', 'precision' => '8', 'nullable' => False) 
    4546                        ), 
    4647                        'pk' => array('id'), 
     
    6667                                'id' => array('type' => 'auto','nullable' => False), 
    6768                                'followupflag_id' => array('type' => 'int', 'precision' => '8','nullable' => False),     
    68                                 'message_id' => array('type' => 'varchar', 'precision' => '100','nullable' => true),                             
     69                                'message_id' => array('type' => 'varchar', 'precision' => '100','nullable' => False),                            
    6970                                'border_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
    7071                                'background_color' => array('type' => 'varchar','precision' => '7','nullable' => true), 
Note: See TracChangeset for help on using the changeset viewer.