Example 14565
Migration Plan
Database migration plan across environments.
{
schema_version: "6.18.2"
database: "mysql"
migrations: [
{
id: "1786322406"
name: "add_avatar_column"
applied: true
}
{
id: "1786408806"
name: "create_updatedAt_table"
applied: true
}
{
id: "1786495206"
name: "alter_id_table"
applied: true
}
{
id: "1786581606"
name: "drop_password_column"
applied: false
}
{
id: "1786668006"
name: "drop_group_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.cooperative-championship.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.entire-taro.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.scary-ectoderm.biz"
port: 5432
ssl: true
}
}
}