Ignore:
Timestamp:
10/16/12 18:24:51 (12 years ago)
Author:
antonio
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/setup/tables_current.inc.php

    r5203 r7429  
    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.