dbUpgrade7_0035-to-7_0036_mssqlserver.sql 393 B

123456789101112131415
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2016
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. alter table CMOBJPROPS50 add DATADESCRIPTOR ntext null,
  10. METADATA image null
  11. alter table CMOBJPROPS51 add DSMODE varchar(256) null