Example 8566
Migration Plan
Database migration plan across environments.
{
schema_version: "8.5.5"
database: "sqlite"
migrations: [
{
id: "1781146120"
name: "drop_phone_table"
applied: true
}
{
id: "1781232520"
name: "add_password_table"
applied: true
}
{
id: "1781318920"
name: "add_status_index"
applied: true
}
{
id: "1781405320"
name: "alter_id_column"
applied: false
}
{
id: "1781491720"
name: "alter_category_index"
applied: false
}
{
id: "1781578120"
name: "create_category_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.distorted-soup.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.whopping-hydrant.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.unfortunate-adult.biz"
port: 5432
ssl: true
}
}
}