Example 871

Migration Plan

Database migration plan across environments.

{
schema_version: "7.9.11"
database: "sqlite"

migrations: [
{
id: "1774488278"
name: "create_title_index"
applied: true
}

{
id: "1774574678"
name: "create_token_column"
applied: true
}

{
id: "1774661078"
name: "drop_comment_column"
applied: true
}

{
id: "1774747478"
name: "drop_comment_column"
applied: false
}

{
id: "1774833878"
name: "add_email_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.hopeful-peony.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.oily-wear.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.idealistic-postbox.info"
port: 5432
ssl: true
}
}
}

See also