cnv94t100.sql 1.3 KB

12345678910111213141516171819
  1. { ************************************************************************* }
  2. { }
  3. { Licensed Materials - Property of IBM and/or HCL }
  4. { }
  5. { IBM Informix Dynamic Server }
  6. { (c) Copyright IBM Corporation 1996, 2004 All rights reserved. }
  7. { (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. }
  8. { }
  9. { ************************************************************************* }
  10. { }
  11. { Title: cnv94t100.sql }
  12. { Description: }
  13. { Add partition column to informix.sysfragments }
  14. { }
  15. { ************************************************************************* }
  16. alter table sysfragments add partition varchar(128);
  17. alter table informix.systables add pagesize int;
  18. alter table informix.sysams add am_truncate integer default 0;