Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

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

    r7938 r8232  
    234234                'uidnumber' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False), 
    235235                'object_id' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False), 
    236                 'owner' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False),  
     236                'owner' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False), 
    237237                'object_type' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False), 
    238238                'permission' => array(  'type' => 'varchar','precision' => '50', 'nullable' => False) 
     
    313313                'background_color' => array(  'type' => 'varchar','precision' => '6', 'nullable' => True), 
    314314                'border_color' => array(  'type' => 'varchar','precision' => '6', 'nullable' => True), 
    315                 'type' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0),  
    316                 'hidden' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0)  
     315                'type' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0), 
     316                'hidden' => array('type' => 'int', 'precision' => '2' ,'nullable' => false, 'default' => 0) 
    317317            ), 
    318318            'pk' => array('id'), 
Note: See TracChangeset for help on using the changeset viewer.