+2004-12-13 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * sql/generate-folderinfo-sql-for-user.sh: fixed critical error in
+ Contacts folder_info, type was 'Appointment' but MUST be 'Contact'
+ (v0.9.16)
+
2004-12-10 Marcus Mueller <znek@mulle-kybernetik.com>
* sql: updated all generation scripts to the latest version (v0.9.15)
MAJOR_VERSION=0
MINOR_VERSION=9
-SUBMINOR_VERSION:=15
+SUBMINOR_VERSION:=16
# v0.9.11 requires libFoundation v1.0.63
# v0.9.11 requires libNGExtensions v4.3.125
'Contacts',
'http://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}/SOGo_${USER_TABLE}_contacts',
'http://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}/SOGo_${USER_TABLE}_contacts_quick',
- 'Appointment' );
+ 'Contact' );
DROP TABLE SOGo_${USER_TABLE}_privcal_quick;
DROP TABLE SOGo_${USER_TABLE}_privcal;