Example 13867
Migration Plan
Database migration plan across environments.
{
schema_version: "2.12.5"
database: "sqlite"
migrations: [
{
id: "1785718446"
name: "create_title_table"
applied: true
}
{
id: "1785804846"
name: "add_name_index"
applied: true
}
{
id: "1785891246"
name: "drop_token_column"
applied: true
}
{
id: "1785977646"
name: "alter_phone_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.hot-casement.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.sinful-fundraising.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.clean-tomb.name"
port: 5432
ssl: true
}
}
}