[CalendarServer-changes] [8353] CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 29 19:14:54 PST 2011


Revision: 8353
          http://trac.macosforge.org/projects/calendarserver/changeset/8353
Author:   cdaboo at apple.com
Date:     2011-11-29 19:14:52 -0800 (Tue, 29 Nov 2011)
Log Message:
-----------
Fix comment.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_6_to_7.sql
    CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/postgres-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-11-30 03:08:38 UTC (rev 8352)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_6_to_7.sql	2011-11-30 03:14:52 UTC (rev 8353)
@@ -15,14 +15,14 @@
 ----
 
 -------------------------------------------------
--- Upgrade database schema from VERSION 5 to 6 --
+-- Upgrade database schema from VERSION 6 to 7 --
 -------------------------------------------------
 
 -- Just need to add one column
 alter table CALENDAR_HOME
  add ("DATAVERSION" integer default 1 null);
  
--- Just need to modify one column
+ -- Just need to modify one column
 alter table CALENDAR_OBJECT
  add ("SUPPORTED_COMPONENTS" nvarchar2(255) default null);
 

Modified: CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_6_to_7.sql
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_6_to_7.sql	2011-11-30 03:08:38 UTC (rev 8352)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/postgres-dialect/upgrade_from_6_to_7.sql	2011-11-30 03:14:52 UTC (rev 8353)
@@ -15,7 +15,7 @@
 ----
 
 -------------------------------------------------
--- Upgrade database schema from VERSION 5 to 6 --
+-- Upgrade database schema from VERSION 6 to 7 --
 -------------------------------------------------
 
 -- Just need to add one column
@@ -24,7 +24,7 @@
  
 -- Just need to add one column
 alter table CALENDAR
- add column SUPPORTED_COMPONENTS varchar(255) default null;
+ add column SUPPORTED_COMPONENTS        varchar(255) default null;
 
 -- Just need to add one column
 alter table ADDRESSBOOK_HOME
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111129/4b277883/attachment-0001.html>


More information about the calendarserver-changes mailing list