Example 10462
Migration Plan
Database migration plan across environments.
{
schema_version: "1.19.19"
database: "sqlite"
migrations: [
{
id: "1782785173"
name: "alter_token_index"
applied: true
}
{
id: "1782871573"
name: "alter_title_index"
applied: true
}
{
id: "1782957973"
name: "alter_status_column"
applied: true
}
{
id: "1783044373"
name: "add_name_table"
applied: false
}
{
id: "1783130773"
name: "alter_avatar_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.alert-negotiation.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.elementary-railway.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.silky-puppet.com"
port: 5432
ssl: true
}
}
}