Example 13771

Migration Plan

Database migration plan across environments.

{
schema_version: "3.4.2"
database: "mysql"

migrations: [
{
id: "1785636470"
name: "alter_createdAt_table"
applied: true
}

{
id: "1785722870"
name: "alter_avatar_index"
applied: true
}

{
id: "1785809270"
name: "alter_category_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.husky-mechanic.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.firm-morbidity.biz"
port: 5432
ssl: true
}

prod: {
host: "prod-db.soupy-pillbox.com"
port: 5432
ssl: true
}
}
}

See also