Example 5465
Migration Plan
Database migration plan across environments.
{
schema_version: "7.10.7"
database: "mysql"
migrations: [
{
id: "1778465007"
name: "alter_category_column"
applied: true
}
{
id: "1778551407"
name: "create_updatedAt_index"
applied: true
}
{
id: "1778637807"
name: "add_name_table"
applied: true
}
]
environments: {
dev: {
host: "dev-db.rosy-gazebo.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.second-fledgling.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.tender-scale.net"
port: 5432
ssl: true
}
}
}