Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
When generating a diffChangeLog (xml) the ordering of changeSets is:
...
foreignKeys
column changes
however, if there are FK constraints, which reference columns which are only added in later changeSets, the update command fails.
IMHO the order should be
...
column changes
foreign keys
when I manually modify the xml, the update works.