Example 13876

Migration Plan

Database migration plan across environments.

{
schema_version: "7.20.7"
database: "sqlite"

migrations: [
{
id: "1785718446"
name: "add_avatar_table"
applied: true
}

{
id: "1785804846"
name: "create_category_index"
applied: true
}

{
id: "1785891246"
name: "add_category_column"
applied: true
}
]

environments: {
dev: {
host: "dev-db.thorough-provider.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.supportive-mythology.biz"
port: 5432
ssl: true
}

prod: {
host: "prod-db.timely-parsnip.org"
port: 5432
ssl: true
}
}
}

See also