From 4c0b4884b9dac2b8e45489220e7b2855f85b9a46 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Nov 2006 20:28:45 +0000 Subject: [PATCH] Monotone-Parent: 02b28f2db3113bf19ebb8c67799e466346406b49 Monotone-Revision: 5b613d00457d59ba06ebed331a8e3d20d33477ea Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-01T20:28:45 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/sql/profile-create.psql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 );