From f5ebfc1371e4b9000836873c71dd1fb7f0e32b92 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 7 Mar 2005 01:16:58 +0000 Subject: [PATCH] added a missing SQL field git-svn-id: http://svn.opengroupware.org/SOGo/trunk@627 d1b88da0-ebda-0310-925b-ed51d893ca5b --- OGoContentStore/ChangeLog | 4 ++++ OGoContentStore/Version | 2 +- OGoContentStore/appointment.ocs | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/OGoContentStore/ChangeLog b/OGoContentStore/ChangeLog index 34cdd493..8e9fd857 100644 --- a/OGoContentStore/ChangeLog +++ b/OGoContentStore/ChangeLog @@ -1,3 +1,7 @@ +2005-03-07 Helge Hess + + * appointment.ocs: added missing 'partstates' field (v0.9.25) + 2005-03-04 Helge Hess * v0.9.24 diff --git a/OGoContentStore/Version b/OGoContentStore/Version index fdd7e4c1..dd3b2802 100644 --- a/OGoContentStore/Version +++ b/OGoContentStore/Version @@ -2,7 +2,7 @@ MAJOR_VERSION=0 MINOR_VERSION=9 -SUBMINOR_VERSION:=24 +SUBMINOR_VERSION:=25 # v0.9.19 requires libNGiCal v4.5.40 # v0.9.18 requires libNGiCal v4.5.38 diff --git a/OGoContentStore/appointment.ocs b/OGoContentStore/appointment.ocs index 95bbc555..a0f1f2e2 100644 --- a/OGoContentStore/appointment.ocs +++ b/OGoContentStore/appointment.ocs @@ -79,6 +79,11 @@ sqlType = "VARCHAR(100000)"; allowsNull = NO; }, + { + columnName = partstates; + sqlType = "VARCHAR(256)"; + allowsNull = NO; + }, { columnName = sequence; sqlType = "INT"; -- 2.39.5