Ignore:
Timestamp:
07/30/09 15:25:22 (15 years ago)
Author:
viani
Message:

Ticket #594 - Fechamento da versão 1.8.05.000 do Workflow.

File:
1 edited

Legend:

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

    r795 r1229  
    11321132                return $GLOBALS['setup_info']['workflow']['currentver']; 
    11331133        } 
     1134         
     1135        $test[] = '1.8.04.000'; 
     1136        function workflow_upgrade1_8_04_000() 
     1137        { 
     1138                /* Create index for table egw_wf_workitems  */ 
     1139                if (!$GLOBALS['phpgw_setup']->oProc->m_bDeltaOnly) 
     1140                { 
     1141                        $GLOBALS['phpgw']->ADOdb->query('CREATE INDEX egw_wf_workitems_wf_instance_id_idx ON egw_wf_workitems(wf_instance_id)');                         
     1142                } 
     1143 
     1144                #updating the current version 
     1145                $GLOBALS['setup_info']['workflow']['currentver'] = '1.8.05.000'; 
     1146                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1147        } 
    11341148?> 
Note: See TracChangeset for help on using the changeset viewer.