Example 9072
Migration Plan
Database migration plan across environments.
{
schema_version: "9.5.11"
database: "postgresql"
migrations: [
{
id: "1781577959"
name: "create_title_column"
applied: true
}
{
id: "1781664359"
name: "drop_name_index"
applied: true
}
{
id: "1781750759"
name: "drop_comment_table"
applied: true
}
]
environments: {
dev: {
host: "dev-db.overdue-independence.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.oval-gazebo.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.standard-in-joke.org"
port: 5432
ssl: true
}
}
}