From 8dc321cfe364ba58952a9f8be98f453ae4d119fd Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 9 May 2007 07:56:19 +0000 Subject: [PATCH] "a small fix a had to make some time ago to update a 1.0 install" --- phpgwapi/setup/tables_update_1_0.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/setup/tables_update_1_0.inc.php b/phpgwapi/setup/tables_update_1_0.inc.php index 6eab60e639..241ef6eb66 100644 --- a/phpgwapi/setup/tables_update_1_0.inc.php +++ b/phpgwapi/setup/tables_update_1_0.inc.php @@ -151,7 +151,7 @@ ), 'pk' => array('vfs_file_id'), 'fk' => array(), - 'ix' => array(array('vfs_directory','vfs_name','vfs_mime_type')), + 'ix' => array(array('vfs_directory','vfs_name')), 'uc' => array() ));