Example 3764
Migration Plan
Database migration plan across environments.
{
schema_version: "9.16.19"
database: "mysql"
migrations: [
{
id: "1776996172"
name: "drop_status_index"
applied: true
}
{
id: "1777082572"
name: "alter_comment_column"
applied: true
}
{
id: "1777168972"
name: "drop_comment_index"
applied: true
}
{
id: "1777255372"
name: "drop_createdAt_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.happy-go-lucky-loaf.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.whopping-elevation.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.misguided-fat.biz"
port: 5432
ssl: true
}
}
}