ordering of changeSets in diffChangeLog

Description

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.

Environment

LB 3.8.1, Java8, Win10, PGSQL12, driver 42.2.8

Activity

Show:

Details

Reporter

Components

Affects versions

Priority

Created November 27, 2019 at 9:30 AM
Updated November 27, 2019 at 9:30 AM

Flag notifications