Example 14275
Migration Plan
Database migration plan across environments.
{
schema_version: "8.10.5"
database: "sqlite"
migrations: [
{
id: "1786064723"
name: "add_id_index"
applied: true
}
{
id: "1786151123"
name: "create_updatedAt_column"
applied: true
}
{
id: "1786237523"
name: "drop_phone_table"
applied: true
}
{
id: "1786323923"
name: "drop_category_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.wide-eyed-marketplace.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.numb-saw.net"
port: 5432
ssl: true
}
prod: {
host: "prod-db.concrete-asset.com"
port: 5432
ssl: true
}
}
}