From 77117ecf66791507cdc6efa2144125e10b9313cd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 13 Oct 2006 23:20:31 +0000 Subject: [PATCH] Monotone-Parent: b4c332e4ecfca6dc8c36a2c7549fe0d89c370dd8 Monotone-Revision: e330152856cd883c7b5d106b096c9cee04ddca1b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-13T23:20:31 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 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 );