[CalendarServer-changes] [15008] CalendarServer/trunk/txdav/common/datastore/sql_schema/ current-oracle-dialect.sql

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 27 18:01:05 PDT 2015


Revision: 15008
          http://trac.calendarserver.org//changeset/15008
Author:   sagen at apple.com
Date:     2015-07-27 18:01:05 -0700 (Mon, 27 Jul 2015)
Log Message:
-----------
Oracle version

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/sql_schema/current-oracle-dialect.sql

Modified: CalendarServer/trunk/txdav/common/datastore/sql_schema/current-oracle-dialect.sql
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_schema/current-oracle-dialect.sql	2015-07-28 00:58:20 UTC (rev 15007)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/current-oracle-dialect.sql	2015-07-28 01:01:05 UTC (rev 15008)
@@ -675,7 +675,7 @@
     "VALUE" nvarchar2(255)
 );
 
-insert into CALENDARSERVER (NAME, VALUE) values ('VERSION', '56');
+insert into CALENDARSERVER (NAME, VALUE) values ('VERSION', '57');
 insert into CALENDARSERVER (NAME, VALUE) values ('CALENDAR-DATAVERSION', '6');
 insert into CALENDARSERVER (NAME, VALUE) values ('ADDRESSBOOK-DATAVERSION', '2');
 insert into CALENDARSERVER (NAME, VALUE) values ('NOTIFICATION-DATAVERSION', '1');
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150727/5b4011f2/attachment.html>


More information about the calendarserver-changes mailing list