Example 9664

Migration Plan

Database migration plan across environments.

{
schema_version: "6.15.9"
database: "postgresql"

migrations: [
{
id: "1782094402"
name: "create_email_table"
applied: true
}

{
id: "1782180802"
name: "add_password_index"
applied: true
}

{
id: "1782267202"
name: "add_token_column"
applied: true
}

{
id: "1782353602"
name: "add_category_column"
applied: false
}

{
id: "1782440002"
name: "drop_comment_table"
applied: false
}

{
id: "1782526402"
name: "create_title_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.excitable-solvency.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.milky-steeple.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.mundane-brace.biz"
port: 5432
ssl: true
}
}
}

See also