[CalendarServer-changes] [1695] CalendarServer/trunk/twistedcaldav/index.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 18 08:41:12 PDT 2007


Revision: 1695
          http://trac.macosforge.org/projects/calendarserver/changeset/1695
Author:   cdaboo at apple.com
Date:     2007-07-18 08:41:11 -0700 (Wed, 18 Jul 2007)

Log Message:
-----------
Need to bump the schema version so that the RESERVED table is added to existing database files.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/index.py

Modified: CalendarServer/trunk/twistedcaldav/index.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/index.py	2007-07-18 15:32:43 UTC (rev 1694)
+++ CalendarServer/trunk/twistedcaldav/index.py	2007-07-18 15:41:11 UTC (rev 1695)
@@ -47,7 +47,7 @@
 from vobject.icalendar import utc
 
 db_basename = ".db.sqlite"
-schema_version = "5"
+schema_version = "6"
 collection_types = {"Calendar": "Regular Calendar Collection", "iTIP": "iTIP Calendar Collection"}
 
 reservation_timeout_secs = 5 * 60

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070718/617240e3/attachment.html


More information about the calendarserver-changes mailing list