diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index ecbdc86eea..68645bcd9d 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -61,6 +61,13 @@ return phpgwapi_upgrade1_0_0_004(); } + $test[] = '1.0.0.006'; + function phpgwapi_upgrade1_0_0_006() + { + // 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() {