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

Command line

./migratedb -group="true" info

Configuration File

migratedb.group=true

Environment Variable

MIGRATEDB_GROUP=true

API

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