Example 6861
Migration Plan
Database migration plan across environments.
{
schema_version: "5.20.8"
database: "mysql"
migrations: [
{
id: "1779674900"
name: "add_token_index"
applied: true
}
{
id: "1779761300"
name: "alter_title_index"
applied: true
}
{
id: "1779847700"
name: "drop_email_column"
applied: true
}
{
id: "1779934100"
name: "add_status_index"
applied: false
}
{
id: "1780020500"
name: "create_email_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.international-bookcase.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.rowdy-operating.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.essential-unique.com"
port: 5432
ssl: true
}
}
}