[CalendarServer-changes] [6056] CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore /postgres_schema_v1.sql

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 11 14:14:18 PDT 2010


Revision: 6056
          http://trac.macosforge.org/projects/calendarserver/changeset/6056
Author:   glyph at apple.com
Date:     2010-08-11 14:14:14 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
we will need this column in the future for recurrence expansions

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres_schema_v1.sql

Modified: CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres_schema_v1.sql
===================================================================
--- CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres_schema_v1.sql	2010-08-11 19:08:37 UTC (rev 6055)
+++ CalendarServer/branches/users/glyph/sql-store/txcaldav/calendarstore/postgres_schema_v1.sql	2010-08-11 21:14:14 UTC (rev 6056)
@@ -121,6 +121,7 @@
   ATTACHMENTS_MODE     int          not null, -- enum CALENDAR_OBJECT_ATTACHMENTS_MODE
   ORGANIZER            varchar(255),
   ORGANIZER_OBJECT     varchar(255) references CALENDAR_OBJECT,
+  RECURRANCE_MAX       date, -- maximum date that recurrences have been expanded to.
 
   unique(CALENDAR_RESOURCE_ID, RESOURCE_NAME)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100811/4a8ac316/attachment-0001.html>


More information about the calendarserver-changes mailing list