Installed By

Description

The username that will be recorded in the schema history table as having applied the migration.

Default

Current database user

Usage

Command line

./migratedb -installedBy="ci-pipeline" clean

Configuration File

migratedb.installedBy=ci-pipeline

Environment Variable

MIGRATEDB_INSTALLED_BY=ci-pipeline

API

MigrateDb.configure()
    .installedBy("ci-pipeline")
    .load()