Example 14075

Migration Plan

Database migration plan across environments.

{
schema_version: "8.12.4"
database: "postgresql"

migrations: [
{
id: "1785891563"
name: "create_updatedAt_column"
applied: true
}

{
id: "1785977963"
name: "alter_category_column"
applied: true
}

{
id: "1786064363"
name: "create_email_table"
applied: true
}

{
id: "1786150763"
name: "create_comment_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.meager-fork.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.arid-cinder.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.which-coal.biz"
port: 5432
ssl: true
}
}
}

See also