Re: [Liquibase-user] RE ORG function for an addPrimary

2009-03-06 Thread tomnguyen
Now I understand. It is because I use DB2 v8.2, which does not have the REORG command (only in v9). This is what is generated: ALTER TABLE AWS_ATTRIBUTE ADD CONSTRAINT PK_AWS_ATTRIBUTE PRIMARY KEY (PJ_ID); CALL SYSPROC.ADMIN_CMD ('REORG TABLE AWS_ATTRIBUTE'); Is there a way I can tell

Re: [Liquibase-user] RE ORG function for an addPrimary

2009-03-06 Thread Voxland, Nathan
, March 06, 2009 11:53 AM To: liquibase-user@lists.sourceforge.net Subject: Re: [Liquibase-user] RE ORG function for an addPrimary Now I understand. It is because I use DB2 v8.2, which does not have the REORG command (only in v9). This is what is generated: ALTER TABLE AWS_ATTRIBUTE ADD CONSTRAINT