"fix for bug reported on the German list by Laoyumi <tempreg(at)gmx.com>:

CreateIndexSql('egw_api_content_history_sync_guid','egw_api_content_history','sync_guid',False):
Key column 'sync_guid' doesn't exist in table"
This commit is contained in:
Ralf Becker 2008-11-10 06:47:09 +00:00
parent 8d734c1aa8
commit 19b7b62f8a

View File

@ -306,7 +306,7 @@ $phpgw_baseline = array(
),
'pk' => array('sync_id'),
'fk' => array(),
'ix' => array('sync_added','sync_modified','sync_deleted','sync_guid','sync_changedby',array('sync_appname','sync_contentid')),
'ix' => array('sync_added','sync_modified','sync_deleted','sync_changedby',array('sync_appname','sync_contentid')),
'uc' => array()
),
'egw_links' => array(