"a small fix a had to make some time ago to update a 1.0 install"

This commit is contained in:
Ralf Becker 2007-05-09 07:56:19 +00:00
parent 3cdd3a8600
commit 8dc321cfe3

View File

@ -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()
));