Example 14868

Migration Plan

Database migration plan across environments.

{
schema_version: "9.4.1"
database: "sqlite"

migrations: [
{
id: "1786581572"
name: "add_phone_column"
applied: true
}

{
id: "1786667972"
name: "drop_id_column"
applied: true
}

{
id: "1786754372"
name: "drop_status_table"
applied: true
}

{
id: "1786840772"
name: "drop_id_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.haunting-interviewer.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.submissive-scenario.net"
port: 5432
ssl: true
}

prod: {
host: "prod-db.soft-tomatillo.info"
port: 5432
ssl: true
}
}
}

See also