[CalendarServer-changes] [10282] CalendarServer/branches/users/glyph/queue-locking-and-timing

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:39:53 PST 2013


Revision: 10282
          http://trac.calendarserver.org//changeset/10282
Author:   glyph at apple.com
Date:     2013-01-04 16:39:53 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Oops.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_14_to_15.sql
    CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_14_to_15.sql

Property Changed:
----------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_14_to_15.sql
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_14_to_15.sql	2013-01-05 00:39:51 UTC (rev 10281)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_14_to_15.sql	2013-01-05 00:39:53 UTC (rev 10282)
@@ -23,5 +23,5 @@
     "LOCK_NAME" nvarchar2(255) primary key
 );
 -- Now update the version
-update CALENDARSERVER set VALUE = '' where NAME = 'VERSION';
+update CALENDARSERVER set VALUE = '15' where NAME = 'VERSION';
 

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_14_to_15.sql
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_14_to_15.sql	2013-01-05 00:39:51 UTC (rev 10281)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_14_to_15.sql	2013-01-05 00:39:53 UTC (rev 10282)
@@ -23,5 +23,5 @@
     LOCK_NAME varchar(255) primary key
 );
 -- Now update the version
-update CALENDARSERVER set VALUE = '' where NAME = 'VERSION';
+update CALENDARSERVER set VALUE = '15' where NAME = 'VERSION';
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/32de30f6/attachment.html>


More information about the calendarserver-changes mailing list