Example 4675
Migration Plan
Database migration plan across environments.
{
schema_version: "0.5.0"
database: "postgresql"
migrations: [
{
id: "1777774007"
name: "alter_phone_index"
applied: true
}
{
id: "1777860407"
name: "alter_email_table"
applied: true
}
{
id: "1777946807"
name: "add_comment_table"
applied: true
}
{
id: "1778033207"
name: "create_category_index"
applied: false
}
{
id: "1778119607"
name: "drop_group_table"
applied: false
}
{
id: "1778206007"
name: "drop_id_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.lazy-intellect.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.obedient-yak.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.rectangular-version.com"
port: 5432
ssl: true
}
}
}