Example 9678
Migration Plan
Database migration plan across environments.
{
schema_version: "8.13.6"
database: "sqlite"
migrations: [
{
id: "1782094402"
name: "add_name_column"
applied: true
}
{
id: "1782180802"
name: "alter_group_index"
applied: true
}
{
id: "1782267202"
name: "add_category_table"
applied: true
}
{
id: "1782353602"
name: "add_phone_table"
applied: false
}
{
id: "1782440002"
name: "add_title_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.unkempt-tomatillo.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.finished-armoire.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.worst-hydrocarbon.com"
port: 5432
ssl: true
}
}
}