Thanks Nathan.
Finally I resolved the problem by using this <sql> (instead of the
<addPrimaryKey>):

<sql>
        ALTER TABLE AWS_MERCHANT ADD CONSTRAINT PK_AWS_MERCHANT PRIMARY KEY
(MERC_NAME) ;
</sql>  


This problem appears on my setup: DB2 v.8.1 & maven.
I have not tested on DB2 v.9 nor on other database types.


tom nguyen.
-- 
View this message in context: 
http://www.nabble.com/REORG-function-for-an-addPrimary-tp22336059p22375397.html
Sent from the LiquiBase - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to