Whether to ignore migration files whose names do not match the naming conventions.
If false, files with invalid names are ignored and MigrateDB continues normally. If true, MigrateDB fails fast and
lists the offending files.
false
MigrateDb.configure()
.validateMigrationNaming(true)
.load()