Ignore:
Timestamp:
07/20/12 11:32:01 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Criacao de grupo padrao, criacao de tarefas simples, correcoes de bug

File:
1 edited

Legend:

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

    r6114 r6832  
    4848                'duration' => array('type' => 'int', 'precision' => '8' ,'nullable' => True), 
    4949                'tzid' => array('type' => 'varchar', 'precision' => '50' ,'nullable' => True), 
     50                'type' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0), 
    5051                'dtstamp' => array('type' => 'int', 'precision' => '8' ,'nullable' => True) 
    5152            ), 
     
    277278                                'msg_alarms' => array( 'type' => 'text', 'nullable' => True), 
    278279                                'font_color' => array(  'type' => 'varchar','precision' => '6', 'nullable' => True), 
    279                                 'background_color' => array(  'type' => 'varchar','precision' => '6', 'nullable' => True), 
    280                                 'border_color' => array(  'type' => 'varchar','precision' => '6', 'nullable' => True) 
    281                                  
     280                'background_color' => array(  'type' => 'varchar','precision' => '6', 'nullable' => True), 
     281                'border_color' => array(  'type' => 'varchar','precision' => '6', 'nullable' => True), 
     282                'type' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0) 
    282283            ), 
    283284            'pk' => array('id'), 
Note: See TracChangeset for help on using the changeset viewer.