Changeset 1979 for trunk/workflow


Ignore:
Timestamp:
02/04/10 10:22:03 (14 years ago)
Author:
pedroerp
Message:

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

Location:
trunk/workflow/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/setup/default_records.inc.php

    r1966 r1979  
    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 */ 
  • trunk/workflow/setup/tables_update.inc.php

    r1835 r1979  
    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.