Hi gurus,
I have been using liquibase for longer than a year now, and have a pretty large project organized into several databasechangelog files, which are later combined into a larger one by means of the include directive.
I have stumbled upon a problem with duplicate identifiers when I add a new databasechangelog to my master file.
I know where the error comes from, I have two different files included which happen to have changsets with the same ids. However, that was done on purpose. It shouldn’t be a problem so long as liquibase has a proper databasechangelog db table.
My question is, is there a configuration setting, or workaround to force liquibase to skip duplicate identifier validation?
I know about this bug https://liquibase.jira.com/browse/CORE-1332 , but it is unrelated
Mine looks more like what somebody described here long ago. https://www.mail-archive.com/liquibase-user@lists.sourceforge.net/msg01282.html
Any comments, or pointers will be highly appreciated.