Example 2367
Migration Plan
Database migration plan across environments.
{
schema_version: "3.15.9"
database: "mysql"
migrations: [
{
id: "1775784432"
name: "create_group_index"
applied: true
}
{
id: "1775870832"
name: "alter_email_table"
applied: true
}
{
id: "1775957232"
name: "add_category_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.upset-intent.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.flawless-unibody.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.that-tomb.biz"
port: 5432
ssl: true
}
}
}