mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
fix Update from < 14.3 not working since 21.1
because accidentally installed by 14.3.907 already installed egw_addressbook_shared table
This commit is contained in:
parent
bae2db9039
commit
be1e2e81c0
@ -31,6 +31,8 @@ function api_upgrade14_3_907()
|
||||
{
|
||||
$GLOBALS['egw_setup']->oProc->CreateTable($table, $definition);
|
||||
}
|
||||
// only install tables existing in 16.1 (eg. not egw_addressbook_shared from 21.1)
|
||||
if ($table === 'egw_ea_notifications') break;
|
||||
}
|
||||
|
||||
// uninstall no longer existing EMailAdmin
|
||||
|
Loading…
Reference in New Issue
Block a user