Hello,
So, currently, we have an architecture like this, on our liquibase folder :
We would like to refactor it, to have at the end 2 or 3 folder (bugfix,feature,liquijar?), and move the other folders insides those one. Problem is, all of those ChangeSet have been already executed, and removing the MD5SUM from DATABASECHANGELOG and then moving the folder manually create a new line, and re-executed the ChangeSet.
Is their a way to do it, without changing manually all the field "filename" in DATABASECHANGELOG ? :)
Best Regards,
Morgan