Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

liquibase - 1 change sets had duplicate identifiers

Tags:

liquibase

Liquibase tells me :

1 change sets had duplicate identifiers
          classpath:config/liquibase/changelog/20160610094343_changelog.xml::1465551835616-1::techvalley (generated)

I have looked for id 1465551835616-1 in the code of my app, it's only in the file 20160610094343_changelog.xml (and only once). I don't understand where this error can come from.

like image 283
user1260928 Avatar asked Jun 17 '16 08:06

user1260928


1 Answers

This can occur if the same changelog file is included twice in your master.xml file

like image 138
2 revs Avatar answered Nov 11 '22 17:11

2 revs