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