Example 2476
Migration Plan
Database migration plan across environments.
{
schema_version: "7.3.2"
database: "postgresql"
migrations: [
{
id: "1775872114"
name: "alter_title_index"
applied: true
}
{
id: "1775958514"
name: "alter_phone_table"
applied: true
}
{
id: "1776044914"
name: "drop_status_column"
applied: true
}
]
environments: {
dev: {
host: "dev-db.well-made-remark.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.charming-perp.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.lumbering-sushi.org"
port: 5432
ssl: true
}
}
}