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

Log Message

Better docstring.

Modified Paths

Diff

Modified: CalendarServer/branches/users/glyph/uuid-normalize/txdav/common/datastore/upgrade/sql/upgrades/upgrade_from_2_to_3.py (9284 => 9285)


--- 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