Example 7671
Migration Plan
Database migration plan across environments.
{
schema_version: "8.4.7"
database: "mysql"
migrations: [
{
id: "1780367858"
name: "create_id_index"
applied: true
}
{
id: "1780454258"
name: "drop_status_index"
applied: true
}
{
id: "1780540658"
name: "drop_comment_column"
applied: true
}
{
id: "1780627058"
name: "drop_password_table"
applied: false
}
{
id: "1780713458"
name: "create_email_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.hairy-brochure.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.unhealthy-season.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.shrill-tribe.name"
port: 5432
ssl: true
}
}
}