[CalendarServer-changes] [14778] CalendarServer/trunk/txdav/common/datastore/sql_schema

source_changes at macosforge.org source_changes at macosforge.org
Mon May 11 17:44:44 PDT 2015


Revision: 14778
          http://trac.calendarserver.org//changeset/14778
Author:   cdaboo at apple.com
Date:     2015-05-11 17:44:44 -0700 (Mon, 11 May 2015)
Log Message:
-----------
Forgot to bump the version.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/sql_schema/current-oracle-dialect.sql
    CalendarServer/trunk/txdav/common/datastore/sql_schema/current.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-05-11 22:05:22 UTC (rev 14777)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/current-oracle-dialect.sql	2015-05-12 00:44:44 UTC (rev 14778)
@@ -651,7 +651,7 @@
     "VALUE" nvarchar2(255)
 );
 
-insert into CALENDARSERVER (NAME, VALUE) values ('VERSION', '54');
+insert into CALENDARSERVER (NAME, VALUE) values ('VERSION', '55');
 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');

Modified: CalendarServer/trunk/txdav/common/datastore/sql_schema/current.sql
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_schema/current.sql	2015-05-11 22:05:22 UTC (rev 14777)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/current.sql	2015-05-12 00:44:44 UTC (rev 14778)
@@ -1228,7 +1228,7 @@
   VALUE                         varchar(255)
 );
 
-insert into CALENDARSERVER values ('VERSION', '54');
+insert into CALENDARSERVER values ('VERSION', '55');
 insert into CALENDARSERVER values ('CALENDAR-DATAVERSION', '6');
 insert into CALENDARSERVER values ('ADDRESSBOOK-DATAVERSION', '2');
 insert into CALENDARSERVER values ('NOTIFICATION-DATAVERSION', '1');
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150511/38ec9ad1/attachment-0001.html>


More information about the calendarserver-changes mailing list