]> err.no Git - scalable-opengroupware.org/commitdiff
added a missing SQL field
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 7 Mar 2005 01:16:58 +0000 (01:16 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 7 Mar 2005 01:16:58 +0000 (01:16 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@627 d1b88da0-ebda-0310-925b-ed51d893ca5b

OGoContentStore/ChangeLog
OGoContentStore/Version
OGoContentStore/appointment.ocs

index 34cdd49369482ffb79b5aacaf3404c677b4077fd..8e9fd857aa1c6eeef4b85f39ceb6d79f2eab4212 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * appointment.ocs: added missing 'partstates' field (v0.9.25)
+
 2005-03-04  Helge Hess  <helge.hess@opengroupware.org>
 
        * v0.9.24
index fdd7e4c156ae0ef24725e1ded1229199b702480b..dd3b28023fb38e8b26cd621d1fdef50b785b6b11 100644 (file)
@@ -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
index 95bbc555ae555b10a0da16303b7126c4c1bb5739..a0f1f2e290416ea9e64f31795fd1b5c58b1bf457 100644 (file)
       sqlType    = "VARCHAR(100000)";
       allowsNull = NO;
     },
+    {
+      columnName = partstates;
+      sqlType    = "VARCHAR(256)";
+      allowsNull = NO;
+    },
     {
       columnName = sequence;
       sqlType    = "INT";