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

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 30 16:43:46 PDT 2013


Revision: 11766
          http://trac.calendarserver.org//changeset/11766
Author:   dre at apple.com
Date:     2013-09-30 16:43:46 -0700 (Mon, 30 Sep 2013)
Log Message:
-----------
Revisionist historian says: that semicolon is wrong.

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

Modified: CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_19_to_20.sql
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_19_to_20.sql	2013-09-30 21:37:16 UTC (rev 11765)
+++ CalendarServer/trunk/txdav/common/datastore/sql_schema/upgrades/oracle-dialect/upgrade_from_19_to_20.sql	2013-09-30 23:43:46 UTC (rev 11766)
@@ -140,7 +140,7 @@
 --------------------------------
 
 alter table ADDRESSBOOK_OBJECT
-	add ("KIND"	integer);  -- enum ADDRESSBOOK_OBJECT_KIND
+	add ("KIND"	integer)  -- enum ADDRESSBOOK_OBJECT_KIND
 	add ("ADDRESSBOOK_HOME_RESOURCE_ID"	integer	references ADDRESSBOOK_HOME on delete cascade);
 
 update ADDRESSBOOK_OBJECT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130930/d7822e89/attachment.html>


More information about the calendarserver-changes mailing list