Example 5172

Migration Plan

Database migration plan across environments.

{
schema_version: "9.6.8"
database: "mysql"

migrations: [
{
id: "1778206260"
name: "drop_createdAt_column"
applied: true
}

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

{
id: "1778379060"
name: "add_id_column"
applied: true
}
]

environments: {
dev: {
host: "dev-db.giving-stay.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.entire-chap.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.zesty-celsius.org"
port: 5432
ssl: true
}
}
}

See also