Liquibase: managing master data

Thanks in advance.

There isn’t anything built in, but it would be possible to create a custom extension (liquibase.org/extensions) that can better generate the SQL you need. You could override the InsertDataChangeGenerator class to handle the data however works best for you.


Nathan