Changeset 1978


Ignore:
Timestamp:
02/04/10 10:14:56 (14 years ago)
Author:
viani
Message:

Ticket #899 - Atualizando versão do módulo workflow.

Location:
branches/2.1/workflow/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/workflow/setup/default_records.inc.php

    r1968 r1978  
    1212  \***************************************************************************/ 
    1313/* Default Workflow Database */ 
    14  
    15 /* creating some indexes on the egroupoware database */ 
    16 $GLOBALS['phpgw']->ADOdb->query('CREATE INDEX egw_wf_instances_wf_name_idx ON egw_wf_instances(UPPER(wf_name))'); 
    17 $GLOBALS['phpgw']->ADOdb->query('CREATE INDEX egw_wf_workitems_wf_instance_id_idx ON egw_wf_workitems(wf_instance_id)'); 
    18  
    1914 
    2015/* extract the database connection parameters */ 
  • branches/2.1/workflow/setup/tables_update.inc.php

    r1835 r1978  
    12081208        { 
    12091209                #updating the current version 
     1210                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.002'; 
     1211                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1212        } 
     1213        $test[] = '2.0.002'; 
     1214        function workflow_upgrade2_0_002() 
     1215        { 
     1216                #updating the current version 
    12101217                $GLOBALS['setup_info']['workflow']['currentver'] = '2.1.000'; 
    12111218                return $GLOBALS['setup_info']['workflow']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.