Example 10478

Migration Plan

Database migration plan across environments.

{
schema_version: "4.2.3"
database: "postgresql"

migrations: [
{
id: "1782785173"
name: "drop_updatedAt_table"
applied: true
}

{
id: "1782871573"
name: "drop_status_column"
applied: true
}

{
id: "1782957973"
name: "alter_avatar_table"
applied: true
}

{
id: "1783044373"
name: "drop_token_table"
applied: false
}

{
id: "1783130773"
name: "create_avatar_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.hollow-scorpion.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.palatable-worth.net"
port: 5432
ssl: true
}

prod: {
host: "prod-db.queasy-impostor.biz"
port: 5432
ssl: true
}
}
}

See also