I have a master.xml which includes changelog1.xml and changelog2.xml.
changelog1.xml creates a table User.
changelog2.xml has a changeSet like this:
Now, from the log I see that changelog1 gets run fine. And then the changelog2 fails the precondition, saying User table doesn’t exist. Why?
As changelog1 is supposed to reflect the data in production now, I don’t want to change it but instead rename the table like I’ve done.