Example 15462

Migration Plan

Database migration plan across environments.

{
schema_version: "8.12.15"
database: "postgresql"

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

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

{
id: "1787272890"
name: "create_comment_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.little-obedience.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.silent-linseed.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.watery-councilman.biz"
port: 5432
ssl: true
}
}
}

See also