diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index ef4c1133ed..92a55445b1 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -75,6 +75,20 @@ return phpgwapi_upgrade1_0_0_004(); } + $test[] = '1.0.0.008'; + function phpgwapi_upgrade1_0_0_008() + { + // identical to 1.0.0.001, only created to get a new version of the bugfix release + return phpgwapi_upgrade1_0_0_004(); + } + + $test[] = '1.0.0.009'; + function phpgwapi_upgrade1_0_0_009() + { + // identical to 1.0.0.001, only created to get a new version of the bugfix release + return phpgwapi_upgrade1_0_0_004(); + } + $test[] = '1.0.1.001'; function phpgwapi_upgrade1_0_1_001() {