Example 11078

Migration Plan

Database migration plan across environments.

{
schema_version: "2.2.3"
database: "postgresql"

migrations: [
{
id: "1783302388"
name: "drop_status_column"
applied: true
}

{
id: "1783388788"
name: "alter_password_index"
applied: true
}

{
id: "1783475188"
name: "alter_category_table"
applied: true
}

{
id: "1783561588"
name: "add_password_table"
applied: false
}

{
id: "1783647988"
name: "drop_updatedAt_table"
applied: false
}

{
id: "1783734388"
name: "alter_avatar_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.ajar-wedding.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.wry-hammock.biz"
port: 5432
ssl: true
}

prod: {
host: "prod-db.ugly-swordfish.net"
port: 5432
ssl: true
}
}
}

See also