[CalendarServer-changes] [5991] CalendarServer/trunk/txcaldav/calendarstore/postgres_schema_v1.sql

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 5 14:50:27 PDT 2010


Revision: 5991
          http://trac.macosforge.org/projects/calendarserver/changeset/5991
Author:   wsanchez at apple.com
Date:     2010-08-05 14:50:27 -0700 (Thu, 05 Aug 2010)
Log Message:
-----------
Add CALENDAR_RESOURCE_ID to TIME_RANGE

Modified Paths:
--------------
    CalendarServer/trunk/txcaldav/calendarstore/postgres_schema_v1.sql

Modified: CalendarServer/trunk/txcaldav/calendarstore/postgres_schema_v1.sql
===================================================================
--- CalendarServer/trunk/txcaldav/calendarstore/postgres_schema_v1.sql	2010-08-05 21:49:39 UTC (rev 5990)
+++ CalendarServer/trunk/txcaldav/calendarstore/postgres_schema_v1.sql	2010-08-05 21:50:27 UTC (rev 5991)
@@ -103,6 +103,7 @@
 ----------------
 
 create table TIME_RANGE (
+  CALENDAR_RESOURCE_ID        varchar(255) not null references CALENDAR,
   CALENDAR_OBJECT_RESOURCE_ID varchar(255) not null references CALENDAR_OBJECT,
   FLOATING                    bool         not null,
   START_DATE                  date         not null,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100805/504fd5f9/attachment.html>


More information about the calendarserver-changes mailing list