Example 16773

Migration Plan

Database migration plan across environments.

{
schema_version: "8.8.8"
database: "mysql"

migrations: [
{
id: "1788227864"
name: "alter_comment_index"
applied: true
}

{
id: "1788314264"
name: "alter_comment_table"
applied: true
}

{
id: "1788400664"
name: "drop_title_column"
applied: true
}
]

environments: {
dev: {
host: "dev-db.gorgeous-hexagon.info"
port: 5432
ssl: false
}

staging: {
host: "staging-db.dirty-earth.net"
port: 5432
ssl: true
}

prod: {
host: "prod-db.dead-repeat.name"
port: 5432
ssl: true
}
}
}

See also