[CalendarServer-changes] [15393] CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/ oracle-dialect/upgrade_from_47_to_48.sql

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 14 18:27:03 PST 2015


Revision: 15393
          http://trac.calendarserver.org//changeset/15393
Author:   cdaboo at apple.com
Date:     2015-12-14 18:27:03 -0800 (Mon, 14 Dec 2015)
Log Message:
-----------
Use old index name because it did not get renamed in production.

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

Modified: CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_47_to_48.sql
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_47_to_48.sql	2015-12-14 21:51:04 UTC (rev 15392)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_47_to_48.sql	2015-12-15 02:27:03 UTC (rev 15393)
@@ -31,7 +31,7 @@
 
 -- Add unique to ADDRESSBOOK_OBJECT_REVISIONS and remove old index
 --Not for IS&T: alter table ADDRESSBOOK_OBJECT_REVISIONS add unique (ADDRESSBOOK_HOME_RESOURCE_ID, OWNER_HOME_RESOURCE_ID, ADDRESSBOOK_NAME, RESOURCE_NAME);
-drop index ADDRESSBOOK_OBJECT_RE_2bfcf757;
+drop index ADDRESSBOOK_OBJECT_RE_40cc2d73; -- Name of index changed for IS&T
 
 
 -- update the version
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151214/c4c69357/attachment.html>


More information about the calendarserver-changes mailing list