Migration Configuration

Control how Moose handles database migrations and schema changes.

moose.config.toml
[migration_config]# Operations to ignore during migration plan generation and drift detection# ignore_operations = ["ModifyTableTtl", "ModifyColumnTtl"]
KeyEnv VariableDefaultDescription
ignore_operationsMOOSE_MIGRATION_CONFIG__IGNORE_OPERATIONS[]List of migration operations to ignore during plan generation.