Ignore:
Timestamp:
11/03/11 11:17:35 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo contactcenter.

File:
1 edited

Legend:

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

    r4306 r5131  
    6565            return $GLOBALS['setup_info']['contactcenter']['currentver'];  
    6666        } 
     67         
     68        $test[] = '2.2.3';  
     69        function contactcenter_upgrade2_2_3() {  
     70                $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cc_contact ALTER COLUMN alias TYPE character varying(100);"); 
     71            $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.2.3.1'; 
     72                return $GLOBALS['setup_info']['contactcenter']['currentver'];  
     73        } 
     74        $test[] = '2.2.3.1';  
     75        function contactcenter_upgrade2_2_3_1() {  
     76            $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.4.0'; 
     77                return $GLOBALS['setup_info']['contactcenter']['currentver'];  
     78        } 
    6779?> 
Note: See TracChangeset for help on using the changeset viewer.