Example 6473
Migration Plan
Database migration plan across environments.
{
schema_version: "3.20.6"
database: "mysql"
migrations: [
{
id: "1779329622"
name: "create_status_index"
applied: true
}
{
id: "1779416022"
name: "drop_updatedAt_column"
applied: true
}
{
id: "1779502422"
name: "drop_id_column"
applied: true
}
]
environments: {
dev: {
host: "dev-db.tall-director.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.remarkable-complication.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.well-lit-granny.com"
port: 5432
ssl: true
}
}
}