Revision
9288
Author
glyph@apple.com
Date
2012-05-24 13:34:15 -0700 (Thu, 24 May 2012)

Log Message

include notification home in upgrader too

Modified Paths

Diff

Modified: CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/sql.py (9287 => 9288)


--- CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/sql.py	2012-05-24 20:34:12 UTC (rev 9287)
+++ CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/sql.py	2012-05-24 20:34:15 UTC (rev 9288)
@@ -4177,6 +4177,7 @@
     try:
         yield _normalizeHomeUUIDsIn(t, ECALENDARTYPE)
         yield _normalizeHomeUUIDsIn(t, EADDRESSBOOKTYPE)
+        yield _normalizeHomeUUIDsIn(t, ENOTIFICATIONTYPE)
         yield _upcaseColumnUUIDs(t, schema.RESOURCE_PROPERTY.VIEWER_UID)
         yield _upcaseColumnUUIDs(t, schema.APN_SUBSCRIPTIONS.SUBSCRIBER_GUID)
     except: