I am running one changelog file using liquibase to deploy few database objects. If a particular file in the changelog is not found, I get the File Not Found error and execution stops. I want to ignore files which are not found instead of raising error. I checked the documentation, but was not able to find anything for my use case. Any leads?
Thanks in advance.