1234567891011121314151617181920 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2019
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- CREATE TABLE CMOBJPROPS92 (
- CMID int NOT NULL,
- CONTYPE varchar(64) NULL,
- URI ntext NULL,
- SPEC ntext NULL,
- CONSTRAINT PK_CMOBJPROPS92 PRIMARY KEY (CMID)
- )
- alter table CMOBJPROPS5 add DETAILTYPE varchar(64) NULL, INFO ntext NULL
- !RunCMScript CMUpgradeScript_resourceFolders_add.xml
|