A new topic, 'createIndex doesn't work in some cases', has been made on a board 
you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=675.new#new

The text of the topic is shown below:

I'm using a custom build - rc5 (there are some problems with trunk reported 
before).
These two statements are not working:

        <createIndex associatedWith="primaryKey,foreignKey" 
indexName="FK92B76F11B45235F7" tableName="additional_policy_payment" 
unique="false">
            <column name="id"/>
        </createIndex>

        <createIndex associatedWith="foreignKey" indexName="addendum" 
tableName="additional_policy_payment" unique="true">
            <column name="addendum"/>
        </createIndex>

They are ran successfully but the corresponding indexes are not created in the 
DB so when I run difftochangelog these statements appear again and again.

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to