Example 4765

Migration Plan

Database migration plan across environments.

{
schema_version: "0.9.2"
database: "sqlite"

migrations: [
{
id: "1777860034"
name: "add_email_column"
applied: true
}

{
id: "1777946434"
name: "create_password_index"
applied: true
}

{
id: "1778032834"
name: "create_group_column"
applied: true
}

{
id: "1778119234"
name: "create_status_index"
applied: false
}

{
id: "1778205634"
name: "create_id_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.narrow-order.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.infatuated-pick.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.sleepy-cricket.name"
port: 5432
ssl: true
}
}
}

See also