Example 12074

Migration Plan

Database migration plan across environments.

{
schema_version: "4.12.9"
database: "mysql"

migrations: [
{
id: "1784166402"
name: "add_token_column"
applied: true
}

{
id: "1784252802"
name: "drop_id_index"
applied: true
}

{
id: "1784339202"
name: "add_name_index"
applied: true
}

{
id: "1784425602"
name: "create_token_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.distorted-piglet.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.unconscious-sand.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.clear-cut-sand.com"
port: 5432
ssl: true
}
}
}

See also