Example 4075

Migration Plan

Database migration plan across environments.

{
schema_version: "4.4.6"
database: "postgresql"

migrations: [
{
id: "1777254788"
name: "create_category_index"
applied: true
}

{
id: "1777341188"
name: "drop_updatedAt_column"
applied: true
}

{
id: "1777427588"
name: "add_token_column"
applied: true
}
]

environments: {
dev: {
host: "dev-db.shameless-wombat.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.troubled-bonfire.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.tame-cardboard.com"
port: 5432
ssl: true
}
}
}

See also