Example 2262

Migration Plan

Database migration plan across environments.

{
schema_version: "6.0.5"
database: "sqlite"

migrations: [
{
id: "1775699101"
name: "drop_name_table"
applied: true
}

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

{
id: "1775871901"
name: "alter_status_index"
applied: true
}

{
id: "1775958301"
name: "drop_group_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.variable-secrecy.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.unconscious-swordfish.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.rundown-transparency.name"
port: 5432
ssl: true
}
}
}

See also