Merging migration packages

Is there a way to merge a migration package after it has been executed?

Say you have multiple developers with their own changes migrating into an integration test instance. How do we combine these packages for promotion to UAT instance as the packages have individually already been executed.

You cannot merge 2 packages which have been executed.

The trick is to create a new empty package and then merge all packages which have been executed into the new one. It is explained in the following article:

1 Like