Fail On Missing Locations

Description

Whether to fail if a location specified in the locations option doesn’t exist.

Default

false

Usage

Configuration File

migratedb.failOnMissingLocations=true

API

MigrateDb.configure()
    .failOnMissingLocations(true)
    .load()