Example 5062
Migration Plan
Database migration plan across environments.
{
schema_version: "2.9.6"
database: "sqlite"
migrations: [
{
id: "1778119526"
name: "create_phone_table"
applied: true
}
{
id: "1778205926"
name: "drop_phone_table"
applied: true
}
{
id: "1778292326"
name: "create_name_index"
applied: true
}
{
id: "1778378726"
name: "drop_status_index"
applied: false
}
{
id: "1778465126"
name: "add_token_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.enchanted-adrenalin.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.monstrous-declaration.net"
port: 5432
ssl: true
}
prod: {
host: "prod-db.exhausted-breastplate.net"
port: 5432
ssl: true
}
}
}