Ignore:
Timestamp:
12/03/12 17:01:59 (11 years ago)
Author:
douglas
Message:

Ticket #3143 - problema ao copiar evento ou tarefa no modulo expressocalendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoCalendar/setup/tables_current.inc.php

    r7383 r7594  
    321321 
    322322                                 
    323         'module_preference' => array( 
     323            'module_preference' => array( 
    324324            'fd' => array( 
    325325                'id' => array( 'type' => 'auto', 'nullable' => False), 
     
    334334            'uc' => array() 
    335335                ), 
    336                  
     336 
     337        'calendar_timezones' => array( 
     338            'fd' => array( 
     339            'id' => array( 'type' => 'auto', 'nullable' => False), 
     340            'timezone' => array(  'type' => 'varchar','precision' => '150', 'nullable' => False), 
     341 
     342            'standard_frequency' => array(  'type' => 'varchar','precision' => '20', 'nullable' => False), 
     343            'standard_dtstart' => array(  'type' => 'varchar','precision' => '20', 'nullable' => True), 
     344            'standard_byday' => array(  'type' => 'varchar','precision' => '50', 'nullable' => True), 
     345            'standard_bymonth' => array(  'type' => 'varchar','precision' => '50', 'nullable' => True), 
     346            'standard_from' => array(  'type' => 'varchar','precision' => '10', 'nullable' => True), 
     347            'standard_to' => array(  'type' => 'varchar','precision' => '10', 'nullable' => True), 
     348 
     349            'daylight_frequency' => array(  'type' => 'varchar','precision' => '20', 'nullable' => False), 
     350            'daylight_dtstart' => array(  'type' => 'varchar','precision' => '20', 'nullable' => True), 
     351            'daylight_byday' => array(  'type' => 'varchar','precision' => '50', 'nullable' => True), 
     352            'daylight_bymonth' => array(  'type' => 'varchar','precision' => '50', 'nullable' => True), 
     353            'daylight_from' => array(  'type' => 'varchar','precision' => '10', 'nullable' => True), 
     354            'daylight_to' => array(  'type' => 'varchar','precision' => '10', 'nullable' => True), 
     355 
     356            'dtstamp' => array( 'type' => 'bigint', 'precision' => '16', 'precision' => '16', 'nullable' => False) 
     357        ), 
     358        'pk' => array('id'), 
     359        'fk' => array(), 
     360        'ix' => array(), 
     361        'uc' => array() 
     362    ), 
     363 
    337364        ); 
    338365?> 
Note: See TracChangeset for help on using the changeset viewer.