Example 12864

Migration Plan

Database migration plan across environments.

{
schema_version: "9.1.16"
database: "sqlite"

migrations: [
{
id: "1784857438"
name: "alter_title_column"
applied: true
}

{
id: "1784943838"
name: "drop_title_table"
applied: true
}

{
id: "1785030238"
name: "create_category_column"
applied: true
}

{
id: "1785116638"
name: "add_status_table"
applied: false
}

{
id: "1785203038"
name: "create_token_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.authorized-academics.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.whopping-disadvantage.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.caring-vision.biz"
port: 5432
ssl: true
}
}
}

See also