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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 30 18:52:06 PDT 2013


Revision: 11283
          http://trac.calendarserver.org//changeset/11283
Author:   cdaboo at apple.com
Date:     2013-05-30 18:52:06 -0700 (Thu, 30 May 2013)
Log Message:
-----------
Wrong table name in upgrade.

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

Modified: CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_18_to_19.sql
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_18_to_19.sql	2013-05-30 23:15:06 UTC (rev 11282)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_18_to_19.sql	2013-05-31 01:52:06 UTC (rev 11283)
@@ -20,7 +20,7 @@
 
 -- Calendar home related updates
 
-alter table ATTACHMENT
+alter table CALENDAR_HOME_METADATA
  add ("DEFAULT_EVENTS" integer default null references CALENDAR on delete set null,
  	  "DEFAULT_TASKS"  integer default null references CALENDAR on delete set null,
       "ALARM_VEVENT_TIMED" nclob default null,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130530/3794ffc2/attachment.html>


More information about the calendarserver-changes mailing list