A new topic, 'addForeignKeyConstraint and baseTableSchemaName', has been made 
on a board you are watching.

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

The text of the topic is shown below:

Hi,

I'm using liquibase rc-5.

The xml for generating FK produced by difftochangelog is
Code:
<addForeignKeyConstraint baseColumnNames=".." baseTableName=".." 
baseTableSchemaName="schemaname" ... referencedTableSchemaName="schemaname" 
referencesUniqueColumn="false"/>


I need two instances of my application on one application server. The problem 
is that the different instances use different schema so I my changesets should 
be schema independent. I didn't tested creating of the FKs without the 
attributes baseTableSchemaName and referencedTableSchemaName, but it is strange 
to me why these attributes are generated?

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.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to