Example 6864

Migration Plan

Database migration plan across environments.

{
schema_version: "6.18.15"
database: "mysql"

migrations: [
{
id: "1779674900"
name: "alter_category_table"
applied: true
}

{
id: "1779761300"
name: "create_id_column"
applied: true
}

{
id: "1779847700"
name: "alter_id_index"
applied: true
}
]

environments: {
dev: {
host: "dev-db.oval-pronoun.info"
port: 5432
ssl: false
}

staging: {
host: "staging-db.cooperative-utilization.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.wide-handle.com"
port: 5432
ssl: true
}
}
}

See also