Group

Description

Whether to group all pending migrations together in the same transaction when applying them (only recommended for databases with support for DDL transactions)

Default

false

Usage

Configuration File

migratedb.group=true

API

MigrateDb.configure()
    .group(true)
    .load()