Example 8461

Migration Plan

Database migration plan across environments.

{
schema_version: "8.18.14"
database: "mysql"

migrations: [
{
id: "1781059610"
name: "alter_title_column"
applied: true
}

{
id: "1781146010"
name: "add_phone_index"
applied: true
}

{
id: "1781232410"
name: "alter_comment_column"
applied: true
}

{
id: "1781318810"
name: "add_name_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.gruesome-heartache.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.key-hawk.biz"
port: 5432
ssl: true
}

prod: {
host: "prod-db.hurtful-hierarchy.biz"
port: 5432
ssl: true
}
}
}

See also