dbUpgrade7_0040-to-7_0041_informix.sql 455 B

12345678910111213141516
  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 CMOBJPROPS33 add USERID lvarchar(1024);
  10. alter table CMOBJPROPS33 add LASTLOGIN datetime year to fraction;
  11. alter table CMOBJPROPS33 add CAPABILITIES lvarchar(64);
  12. alter table CMOBJPROPS33 add LICENSE smallint;