Changeset 5647


Ignore:
Timestamp:
03/06/12 17:20:20 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Alteracao no nome do arquivo de update da nova agenda

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/setup/tables_update.inc.php

    r5645 r5647  
    99        * option) any later version.                                               * 
    1010        \**************************************************************************/ 
    11          
     11 
    1212        $test[] = '1.000'; 
    1313        function expressoCalendar_upgrade1_000() { 
    14                 $setup_info['expressoCalendar']['currentver'] = '1.000'; 
    1514 
    1615                $oProc = $GLOBALS['phpgw_setup']->oProc; 
     
    2726                $oProc->query('ALTER TABLE calendar_alarm ALTER COLUMN range_start TYPE bigint USING (date_part(\'epoch\',(cast(range_start as timestamp)))::bigint) * 1000'); 
    2827 
    29                 $oProc->query('ALTER TABLE attachment ADD COLUMN owner TYPE int'); 
     28                $oProc->query('ALTER TABLE attachment ADD COLUMN owner integer'); 
    3029 
    3130                $GLOBALS['setup_info']['expressoCalendar']['currentver'] = '1.001'; 
    3231        return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 
    3332        } 
    34  
    3533?> 
Note: See TracChangeset for help on using the changeset viewer.