Example 10463

Migration Plan

Database migration plan across environments.

{
schema_version: "2.13.9"
database: "postgresql"

migrations: [
{
id: "1782785173"
name: "create_group_column"
applied: true
}

{
id: "1782871573"
name: "alter_password_index"
applied: true
}

{
id: "1782957973"
name: "create_token_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.kaleidoscopic-sunbeam.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.probable-representation.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.enlightened-whack.info"
port: 5432
ssl: true
}
}
}

See also