diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 1f6ccaa7d5..96df7aa630 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -983,6 +983,8 @@ // adding the old name, as the rename might have not been done (api upgrades run befor app ones) array('phpgw_wiki_pages','wiki_readable',true), array('phpgw_wiki_pages','wiki_writable',true), + array('phpgw_wiki_pages','readable',true), + array('phpgw_wiki_pages','writable',true), array('egw_vfs','vfs_owner_id'), array('egw_vfs','vfs_createdby_id'), ) as $data)