-- Licensed Materials - Property of IBM
--
-- BI and PM: CM
--
-- (C) Copyright IBM Corp. 2013
--
-- US Government Users Restricted Rights - Use, duplication or disclosure
-- restricted by GSA ADP Schedule Contract with IBM Corp.

CREATE TABLE CMOBJPROPS83 (
	CMID			number(10)	not NULL,
	MOBILECONFIG		blob null,
	CONSTRAINT PK_CMOBJPROPS83 PRIMARY KEY (CMID) 
);

insert into CMOBJPROPS83 (CMID) select CMID from CMOBJECTS where CLASSID = 4;

!RunCMScript CMUpgradeScript_cognos_roles15_add.xml

!RunCMScript CMUpgradeScript_cognos_roles15_update.xml

!RunCMScript CMUpgradeScript_capabilities_55.xml