Example 5872

Migration Plan

Database migration plan across environments.

{
schema_version: "6.11.19"
database: "sqlite"

migrations: [
{
id: "1778812059"
name: "alter_createdAt_table"
applied: true
}

{
id: "1778898459"
name: "add_comment_column"
applied: true
}

{
id: "1778984859"
name: "create_avatar_index"
applied: true
}

{
id: "1779071259"
name: "create_avatar_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.runny-space.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.grounded-final.biz"
port: 5432
ssl: true
}

prod: {
host: "prod-db.grubby-space.info"
port: 5432
ssl: true
}
}
}

See also