Example 7866

Migration Plan

Database migration plan across environments.

{
schema_version: "4.11.18"
database: "sqlite"

migrations: [
{
id: "1780538888"
name: "create_createdAt_index"
applied: true
}

{
id: "1780625288"
name: "alter_phone_index"
applied: true
}

{
id: "1780711688"
name: "alter_status_table"
applied: true
}

{
id: "1780798088"
name: "add_phone_column"
applied: false
}

{
id: "1780884488"
name: "alter_createdAt_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.dim-cd.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.worst-reporter.com"
port: 5432
ssl: true
}

prod: {
host: "prod-db.monstrous-devil.info"
port: 5432
ssl: true
}
}
}

See also