Example 5173
Migration Plan
Database migration plan across environments.
{
schema_version: "1.7.9"
database: "sqlite"
migrations: [
{
id: "1778206260"
name: "drop_status_table"
applied: true
}
{
id: "1778292660"
name: "alter_id_index"
applied: true
}
{
id: "1778379060"
name: "create_name_table"
applied: true
}
{
id: "1778465460"
name: "drop_category_index"
applied: false
}
{
id: "1778551860"
name: "alter_name_table"
applied: false
}
{
id: "1778638260"
name: "create_id_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.blue-meatloaf.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.gruesome-kit.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.glittering-operating.info"
port: 5432
ssl: true
}
}
}