Example 12273
Migration Plan
Database migration plan across environments.
{
schema_version: "2.5.12"
database: "sqlite"
migrations: [
{
id: "1784339587"
name: "add_name_column"
applied: true
}
{
id: "1784425987"
name: "add_category_table"
applied: true
}
{
id: "1784512387"
name: "create_title_column"
applied: true
}
{
id: "1784598787"
name: "alter_token_column"
applied: false
}
{
id: "1784685187"
name: "add_status_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.unwritten-guidance.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.tired-shoulder.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.corny-cemetery.net"
port: 5432
ssl: true
}
}
}