Ignore:
Timestamp:
08/10/12 19:11:37 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Merge de novas funcionalidades com trunk #2951, #2952

File:
1 edited

Legend:

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

    r6528 r6996  
    7878                                'alarm_deadline' => array('type' => 'timestamp', 'nullable' => true), 
    7979                                'done_deadline' => array('type' => 'timestamp', 'nullable' => true), 
    80                                 'is_done' => array('type' => 'int', 'precision' => '8','nullable' => true) 
     80                                'is_done' => array('type' => 'int', 'precision' => '2','nullable' => true), 
     81                                'sent' => array('type' => 'int', 'precision' => '2','nullable' => false, 'default' => 0) 
    8182                        ), 
    8283                        'pk' => array('id'), 
     
    9697                                'size' => array('type' => 'int','precision' => '16','nullable' => False), 
    9798                'dtstamp' => array('type' => 'int','precision' => '16','nullable' => False), 
    98                                 'owner' => array('type' => 'int', 'precision' => '8','nullable' => True) 
     99                                'owner' => array('type' => 'int', 'precision' => '8','nullable' => True), 
     100                                 
    99101                        ), 
    100102                        'pk' => array('id'), 
Note: See TracChangeset for help on using the changeset viewer.