[CalendarServer-changes] [9285] CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/ datastore/upgrade/sql/upgrades/upgrade_from_2_to_3.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 13:34:07 PDT 2012


Revision: 9285
          http://trac.macosforge.org/projects/calendarserver/changeset/9285
Author:   glyph at apple.com
Date:     2012-05-24 13:34:06 -0700 (Thu, 24 May 2012)
Log Message:
-----------
Better docstring.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_2_to_3.py

Modified: CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_2_to_3.py
===================================================================
--- CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_2_to_3.py	2012-05-24 20:34:04 UTC (rev 9284)
+++ CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_2_to_3.py	2012-05-24 20:34:06 UTC (rev 9285)
@@ -30,9 +30,9 @@
 @inlineCallbacks
 def doUpgrade(sqlStore):
     """
-    Do the required upgrade steps.
+    Do the case-normalization upgrade if necessary and then bump the data
+    version to indicate that it's been done.
     """
-
     yield fixCaseNormalization(sqlStore)
 
     # Always bump the DB value
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120524/a5d4dcc7/attachment-0001.html>


More information about the calendarserver-changes mailing list