Example 17179

Migration Plan

Database migration plan across environments.

{
schema_version: "7.1.1"
database: "mysql"

migrations: [
{
id: "1788574092"
name: "drop_title_index"
applied: true
}

{
id: "1788660492"
name: "alter_name_table"
applied: true
}

{
id: "1788746892"
name: "drop_group_table"
applied: true
}

{
id: "1788833292"
name: "alter_phone_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.small-affiliate.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.self-reliant-mozzarella.com"
port: 5432
ssl: true
}

prod: {
host: "prod-db.pointed-spear.org"
port: 5432
ssl: true
}
}
}

See also