[CalendarServer-changes] [6980] CalendarServer/branches/users/glyph/dalify/txdav

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 16 06:35:15 PST 2011


Revision: 6980
          http://trac.macosforge.org/projects/calendarserver/changeset/6980
Author:   glyph at apple.com
Date:     2011-02-16 06:35:15 -0800 (Wed, 16 Feb 2011)
Log Message:
-----------
add object schema reference to home children

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/sql.py
    CalendarServer/branches/users/glyph/dalify/txdav/carddav/datastore/sql.py

Modified: CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/sql.py	2011-02-16 14:35:04 UTC (rev 6979)
+++ CalendarServer/branches/users/glyph/dalify/txdav/caldav/datastore/sql.py	2011-02-16 14:35:15 UTC (rev 6980)
@@ -193,6 +193,7 @@
     _bindSchema = schema.CALENDAR_BIND
     _homeChildSchema = schema.CALENDAR
     _revisionsSchema = schema.CALENDAR_OBJECT_REVISIONS
+    _objectSchema = schema.CALENDAR_OBJECT
 
     # string mappings (old, removing)
     _bindTable = CALENDAR_BIND_TABLE

Modified: CalendarServer/branches/users/glyph/dalify/txdav/carddav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/dalify/txdav/carddav/datastore/sql.py	2011-02-16 14:35:04 UTC (rev 6979)
+++ CalendarServer/branches/users/glyph/dalify/txdav/carddav/datastore/sql.py	2011-02-16 14:35:15 UTC (rev 6980)
@@ -112,6 +112,7 @@
     _bindSchema = schema.ADDRESSBOOK_BIND
     _homeChildSchema = schema.ADDRESSBOOK
     _revisionsSchema = schema.ADDRESSBOOK_OBJECT_REVISIONS
+    _objectSchema = schema.ADDRESSBOOK_OBJECT
 
     # string mappings (old, removing)
     _bindTable = ADDRESSBOOK_BIND_TABLE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110216/6e2af6df/attachment.html>


More information about the calendarserver-changes mailing list