Ignore:
Timestamp:
02/28/13 10:17:35 (11 years ago)
Author:
douglas
Message:

Ticket #3361 - Incluir criação da coluna 'owner' no script de setup do modulo ExpressoCalendar?

File:
1 edited

Legend:

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

    r7579 r7922  
    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),  
    236237                'object_type' => array(  'type' => 'int', 'precision' => '8', 'nullable' => False), 
    237238                'permission' => array(  'type' => 'varchar','precision' => '50', 'nullable' => False) 
Note: See TracChangeset for help on using the changeset viewer.