Example 13778
Migration Plan
Database migration plan across environments.
{
schema_version: "0.14.10"
database: "sqlite"
migrations: [
{
id: "1785636470"
name: "add_name_table"
applied: true
}
{
id: "1785722870"
name: "alter_title_column"
applied: true
}
{
id: "1785809270"
name: "create_comment_column"
applied: true
}
{
id: "1785895670"
name: "create_token_column"
applied: false
}
{
id: "1785982070"
name: "add_name_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.helpful-emergent.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.fragrant-lifestyle.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.well-lit-allegation.info"
port: 5432
ssl: true
}
}
}