Example 16979
Migration Plan
Database migration plan across environments.
{
schema_version: "6.10.20"
database: "mysql"
migrations: [
{
id: "1788401163"
name: "create_title_table"
applied: true
}
{
id: "1788487563"
name: "create_updatedAt_table"
applied: true
}
{
id: "1788573963"
name: "add_phone_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.pertinent-goodwill.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.wretched-mythology.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.impeccable-adviser.biz"
port: 5432
ssl: true
}
}
}