When upgrading to 16.1.005 I get the following error message:
Invalid SQL: SELECT fs_id,prop_namespace,prop_name,MAX(prop_id) AS prop_id
FROM egw_sqlfs_props
GROUP BY fs_id,prop_namespace,prop_name
HAVING COUNT(*) > 1
Unknown column ‘prop_id’ in ‘field list’ (1054)
The table egw_sqlfs_props has the following fieldnames:fs_id,prop_namespace,prop_name and prop_value. The table does not contain any data.
Please advise.