[CalendarServer-changes] [7014] CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/ sql_tables.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 16 06:41:37 PST 2011


Revision: 7014
          http://trac.macosforge.org/projects/calendarserver/changeset/7014
Author:   glyph at apple.com
Date:     2011-02-16 06:41:37 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
RESOURCE_ID and HOME_RESOURCE_ID are the same for notifications

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql_tables.py

Modified: CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql_tables.py
===================================================================
--- CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql_tables.py	2011-02-16 14:41:26 UTC (rev 7013)
+++ CalendarServer/branches/users/glyph/dalify/txdav/common/datastore/sql_tables.py	2011-02-16 14:41:37 UTC (rev 7014)
@@ -66,6 +66,8 @@
     schema.ADDRESSBOOK_OBJECT_REVISIONS.ADDRESSBOOK_NAME
 schema.NOTIFICATION_OBJECT_REVISIONS.HOME_RESOURCE_ID = \
     schema.NOTIFICATION_OBJECT_REVISIONS.NOTIFICATION_HOME_RESOURCE_ID
+schema.NOTIFICATION_OBJECT_REVISIONS.RESOURCE_ID = \
+    schema.NOTIFICATION_OBJECT_REVISIONS.NOTIFICATION_HOME_RESOURCE_ID
 schema.CALENDAR_OBJECT.TEXT = \
     schema.CALENDAR_OBJECT.ICALENDAR_TEXT
 schema.CALENDAR_OBJECT.UID = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110216/9cada2dd/attachment.html>


More information about the calendarserver-changes mailing list