mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"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:
parent
8d734c1aa8
commit
19b7b62f8a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user