Example 17067
Migration Plan
Database migration plan across environments.
{
schema_version: "3.16.8"
database: "postgresql"
migrations: [
{
id: "1788487835"
name: "drop_title_column"
applied: true
}
{
id: "1788574235"
name: "drop_phone_table"
applied: true
}
{
id: "1788660635"
name: "create_category_index"
applied: true
}
{
id: "1788747035"
name: "drop_status_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.lustrous-necklace.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.medium-compromise.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.personal-hovercraft.name"
port: 5432
ssl: true
}
}
}