Example 12269

Migration Plan

Database migration plan across environments.

{
schema_version: "4.2.8"
database: "mysql"

migrations: [
{
id: "1784339587"
name: "add_avatar_index"
applied: true
}

{
id: "1784425987"
name: "add_updatedAt_table"
applied: true
}

{
id: "1784512387"
name: "alter_token_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.impartial-curl.info"
port: 5432
ssl: false
}

staging: {
host: "staging-db.true-tuber.com"
port: 5432
ssl: true
}

prod: {
host: "prod-db.supportive-cinder.name"
port: 5432
ssl: true
}
}
}

See also