Ignore:
Timestamp:
03/16/12 15:02:14 (12 years ago)
Author:
natan
Message:

Ticket #2434 - Desenvolvimento do backend de suporte a excessoes nas repeticoes

File:
1 edited

Legend:

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

    r5715 r5741  
    229229                'bysetpos' => array(  'type' => 'varchar','precision' => '50', 'nullable' => True), 
    230230                'wkst' => array(  'type' => 'varchar','precision' => '50', 'nullable' => True), 
     231                'exceptions' => array(  'type' => 'varchar','precision' => '50', 'nullable' => True), 
    231232                'interval' => array(  'type' => 'int', 'precision' => '8', 'nullable' => True) 
    232233            ), 
     
    254255                'id' => array( 'type' => 'auto', 'nullable' => False), 
    255256                'occurrence' => array(  'type' => 'bigint','precision' => '16', 'nullable' => False), 
    256                 'repeat_id' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False) 
     257                'exception' => array(  'type' => 'smallint','precision' => '1', 'nullable' => False), 
     258                'repeat_id' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False) 
    257259            ), 
    258260 
Note: See TracChangeset for help on using the changeset viewer.