Example 11876
Migration Plan
Database migration plan across environments.
{
schema_version: "5.7.11"
database: "mysql"
migrations: [
{
id: "1783993598"
name: "add_group_index"
applied: true
}
{
id: "1784079998"
name: "drop_phone_column"
applied: true
}
{
id: "1784166398"
name: "alter_status_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.brown-eternity.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.eminent-petticoat.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.accomplished-affiliate.net"
port: 5432
ssl: true
}
}
}