Example 5368

Migration Plan

Database migration plan across environments.

{
schema_version: "8.13.0"
database: "postgresql"

migrations: [
{
id: "1778379090"
name: "drop_avatar_table"
applied: true
}

{
id: "1778465490"
name: "drop_avatar_column"
applied: true
}

{
id: "1778551890"
name: "create_email_index"
applied: true
}
]

environments: {
dev: {
host: "dev-db.showy-precedent.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.alarmed-prohibition.biz"
port: 5432
ssl: true
}

prod: {
host: "prod-db.usable-waterspout.org"
port: 5432
ssl: true
}
}
}

See also