Liquibase Changes Fail because concept changes in module not deployed yet

I have a situation with the following:

  1. Custom data migration in liquibase.xml

  2. Custom concepts added using data importer in custom module

The liquibase changesets fail because the custom concepts have not been added by the time they run. My thinking is to set the liquibase changesets to be marked as not run, and just restart the server twice to get it to work. Is there any other alternative option?

In that case you would preConditions onFail=“CONTINUE”