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

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 13 09:05:54 PST 2011


Revision: 8432
          http://trac.macosforge.org/projects/calendarserver/changeset/8432
Author:   cdaboo at apple.com
Date:     2011-12-13 09:05:51 -0800 (Tue, 13 Dec 2011)
Log Message:
-----------
Fix wrong table name.

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

Modified: CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_6_to_7.sql
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_6_to_7.sql	2011-12-13 04:16:01 UTC (rev 8431)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_6_to_7.sql	2011-12-13 17:05:51 UTC (rev 8432)
@@ -29,7 +29,7 @@
  add ("MODIFIED" timestamp default CURRENT_TIMESTAMP at time zone 'UTC');
 
  -- Just need to modify one column
-alter table CALENDAR_OBJECT
+alter table CALENDAR
  add ("SUPPORTED_COMPONENTS" nvarchar2(255) default null);
 
 -- Just need to add one column
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111213/f376dd11/attachment.html>


More information about the calendarserver-changes mailing list