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_update.inc.php

    r3981 r4128  
    9696            return $GLOBALS['setup_info']['calendar']['currentver']; 
    9797        } 
     98        $test[] = '2.2.002'; 
     99        function calendar_upgrade2_2_002() 
     100        { 
     101            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal_repeats ALTER recur_exception TYPE varchar"); 
     102            $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.003'; 
     103            return $GLOBALS['setup_info']['calendar']['currentver']; 
     104        } 
    98105?> 
Note: See TracChangeset for help on using the changeset viewer.