Example 3975
Migration Plan
Database migration plan across environments.
{
schema_version: "8.12.6"
database: "postgresql"
migrations: [
{
id: "1777169164"
name: "drop_name_index"
applied: true
}
{
id: "1777255564"
name: "add_id_table"
applied: true
}
{
id: "1777341964"
name: "create_avatar_index"
applied: true
}
{
id: "1777428364"
name: "alter_comment_index"
applied: false
}
{
id: "1777514764"
name: "drop_group_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.pointed-lobster.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.indolent-forage.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.tasty-pillow.biz"
port: 5432
ssl: true
}
}
}