Whether to group all pending migrations together in the same transaction when applying them (only recommended for databases with support for DDL transactions)
false
migratedb.group=true
MigrateDb.configure() .group(true) .load()