Example 12772

Migration Plan

Database migration plan across environments.

{
schema_version: "7.14.14"
database: "sqlite"

migrations: [
{
id: "1784770956"
name: "create_id_table"
applied: true
}

{
id: "1784857356"
name: "add_category_column"
applied: true
}

{
id: "1784943756"
name: "drop_group_column"
applied: true
}

{
id: "1785030156"
name: "add_avatar_index"
applied: false
}

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

environments: {
dev: {
host: "dev-db.unfit-sesame.info"
port: 5432
ssl: false
}

staging: {
host: "staging-db.formal-statue.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.corrupt-pine.net"
port: 5432
ssl: true
}
}
}

See also