Ignore:
Timestamp:
04/25/11 15:00:31 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1457 - Erro de banco na Deleção de evento recursivo

File:
1 edited

Legend:

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

    r3981 r4128  
    6363                                'recur_interval' => array('type' => 'int','precision' => '8','nullable' => True,'default' => '1'), 
    6464                                'recur_data' => array('type' => 'int','precision' => '8','nullable' => True,'default' => '1'), 
    65                                 'recur_exception' => array('type' => 'varchar','precision' => '255','nullable' => True,'default' => '') 
     65                                'recur_exception' => array('type' => 'varchar','nullable' => True,'default' => '') 
    6666                        ), 
    6767                        'pk' => array(), 
Note: See TracChangeset for help on using the changeset viewer.