Example 8370
Migration Plan
Database migration plan across environments.
{
schema_version: "0.20.6"
database: "postgresql"
migrations: [
{
id: "1780972927"
name: "alter_category_table"
applied: true
}
{
id: "1781059327"
name: "create_email_table"
applied: true
}
{
id: "1781145727"
name: "alter_name_table"
applied: true
}
]
environments: {
dev: {
host: "dev-db.plain-stall.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.important-knitting.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.unknown-hyena.com"
port: 5432
ssl: true
}
}
}