From f5f15999db86d4573376a9145243d4424ed153cb Mon Sep 17 00:00:00 2001 From: viniciuscb Date: Tue, 17 May 2005 15:21:38 +0000 Subject: [PATCH] Tables information for vfs2 in setup --- phpgwapi/setup/setup.inc.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index c095753c8f..154ed9fa0a 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -43,6 +43,16 @@ $setup_info['phpgwapi']['tables'][] = 'phpgw_async'; $setup_info['phpgwapi']['tables'][] = 'egw_api_content_history'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_mimetypes'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_quota'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_files'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_shares'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_versioning'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_customfields'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_customfields_data'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_vfs2_prefixes'; + + /* Basic information about this app */ $setup_info['notifywindow']['name'] = 'notifywindow'; $setup_info['notifywindow']['title'] = 'Notify Window';