Example 14279

Migration Plan

Database migration plan across environments.

{
schema_version: "8.19.7"
database: "postgresql"

migrations: [
{
id: "1786064723"
name: "drop_phone_table"
applied: true
}

{
id: "1786151123"
name: "alter_group_column"
applied: true
}

{
id: "1786237523"
name: "drop_comment_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.powerful-castanet.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.bossy-brochure.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.stormy-detective.name"
port: 5432
ssl: true
}
}
}

See also