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

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


Revision: 8803
          http://trac.macosforge.org/projects/calendarserver/changeset/8803
Author:   glyph at apple.com
Date:     2012-02-29 10:16:41 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
actually bump the database version as well.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_8_to_9.sql
    CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_8_to_9.sql

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

Modified: CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_8_to_9.sql
===================================================================
--- CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_8_to_9.sql	2012-02-29 18:16:38 UTC (rev 8802)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_8_to_9.sql	2012-02-29 18:16:41 UTC (rev 8803)
@@ -32,3 +32,5 @@
 
 alter table NOTIFICATION_HOME
 add constraint NOTIFICATION_HOME_CASE check(OWNER_UID = lower(OWNER_UID));
+
+update CALENDARSERVER set VALUE = '9' where NAME = 'VERSION';

Modified: CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_8_to_9.sql
===================================================================
--- CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_8_to_9.sql	2012-02-29 18:16:38 UTC (rev 8802)
+++ CalendarServer/branches/users/glyph/case-insensitive-uid/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_8_to_9.sql	2012-02-29 18:16:41 UTC (rev 8803)
@@ -32,3 +32,5 @@
 
 alter table NOTIFICATION_HOME
 add constraint NOTIFICATION_HOME_CASE check(OWNER_UID = lower(OWNER_UID));
+
+update CALENDARSERVER set VALUE = '9' where NAME = 'VERSION';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120229/2e3c1497/attachment.html>


More information about the calendarserver-changes mailing list