Ignore:
Timestamp:
07/10/12 12:23:24 (12 years ago)
Author:
thiago
Message:

Ticket #2952 - Atualizacao no conceito e nas tabelas utilizadas para a nova funcionalidade.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/expressoMail1_2/setup/tables_current.inc.php

    r6528 r6750  
    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.