diff --git a/OGoContentStore/sql/profile-create.psql b/OGoContentStore/sql/profile-create.psql index f32d33f94..b60cabbff 100644 --- a/OGoContentStore/sql/profile-create.psql +++ b/OGoContentStore/sql/profile-create.psql @@ -6,5 +6,6 @@ CREATE TABLE SOGo_user_profile ( uid VARCHAR(255) NOT NULL PRIMARY KEY, allowinternet SMALLINT DEFAULT 0, timezonename VARCHAR(255) DEFAULT 'MET', - calendaruids TEXT + calendaruids TEXT, + additionaladdressbooks TEXT );