Example 11077
Migration Plan
Database migration plan across environments.
{
schema_version: "5.6.10"
database: "mysql"
migrations: [
{
id: "1783302388"
name: "alter_email_table"
applied: true
}
{
id: "1783388788"
name: "alter_updatedAt_column"
applied: true
}
{
id: "1783475188"
name: "drop_avatar_table"
applied: true
}
]
environments: {
dev: {
host: "dev-db.standard-underneath.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.authorized-flat.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.hoarse-detective.org"
port: 5432
ssl: true
}
}
}