Example 17072
Migration Plan
Database migration plan across environments.
{
schema_version: "8.3.16"
database: "mysql"
migrations: [
{
id: "1788487835"
name: "drop_category_table"
applied: true
}
{
id: "1788574235"
name: "drop_avatar_table"
applied: true
}
{
id: "1788660635"
name: "drop_updatedAt_index"
applied: true
}
{
id: "1788747035"
name: "drop_status_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.precious-humor.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.sizzling-husband.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.roasted-understanding.name"
port: 5432
ssl: true
}
}
}