dbUpgrade7_0014-to-7_0015_mssqlserver.sql 450 B

1234567891011121314
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2013
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. alter table CMTENANTID drop constraint UN_CMTENANTID_TENANTNAME
  10. alter table CMTENANTID alter column TENANTNAME nvarchar (255) NOT NULL
  11. alter table CMTENANTID add constraint UN_CMTENANTID_TENANTNAME unique (TENANTNAME)