Ignore:
Timestamp:
10/17/12 11:38:12 (12 years ago)
Author:
eduardow
Message:

Ticket #3164 - Corrigido problema na criação de eventos na agenda antiga.

File:
1 edited

Legend:

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

    r5203 r7433  
    3232                                'observations' => array('type' => 'text','nullable' => True), 
    3333                                'attachment' => array('type' => 'text','nullable' => True), 
    34                                 'alter_by' => array('type' => 'varchar','precision' => '160','nullable' => True) 
     34                                'alter_by' => array('type' => 'varchar','precision' => '160','nullable' => True),  
     35                'organizer' => array('type' => 'character varying','precision' => '255','nullable' => True),  
     36                'last_status' => array('type' => 'character','precision' => '1','nullable' => True),  
     37                'last_update' => array('type' => 'bigint','nullable' => True),  
     38                'notifcations_owner' => array('type' => 'integer','nullable' => True)  
    3539                        ), 
    3640                        'pk' => array('cal_id'), 
Note: See TracChangeset for help on using the changeset viewer.