Example 5271

Migration Plan

Database migration plan across environments.

{
schema_version: "9.0.18"
database: "mysql"

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

{
id: "1778379210"
name: "drop_category_table"
applied: true
}

{
id: "1778465610"
name: "add_email_index"
applied: true
}
]

environments: {
dev: {
host: "dev-db.secret-bench.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.second-hand-longboat.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.unhealthy-king.info"
port: 5432
ssl: true
}
}
}

See also