[CalendarServer-changes] [8796] CalendarServer/branches/users/glyph/case-insensitive-uid

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 29 10:16:18 PST 2012


Revision: 8796
          http://trac.macosforge.org/projects/calendarserver/changeset/8796
Author:   glyph at apple.com
Date:     2012-02-29 10:16:18 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
schema 8 -> schema 9

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/current.sql

Property Changed:
----------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/

Modified: CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/current.sql
===================================================================
--- CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/current.sql	2012-02-29 18:16:14 UTC (rev 8795)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/current.sql	2012-02-29 18:16:18 UTC (rev 8796)
@@ -494,6 +494,6 @@
   VALUE                         varchar(255)
 );
 
-insert into CALENDARSERVER values ('VERSION', '8');
+insert into CALENDARSERVER values ('VERSION', '9');
 insert into CALENDARSERVER values ('CALENDAR-DATAVERSION', '2');
 insert into CALENDARSERVER values ('ADDRESSBOOK-DATAVERSION', '1');
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120229/748d20ed/attachment.html>


More information about the calendarserver-changes mailing list