Example 7972

Migration Plan

Database migration plan across environments.

{
schema_version: "5.5.14"
database: "mysql"

migrations: [
{
id: "1780626737"
name: "create_id_column"
applied: true
}

{
id: "1780713137"
name: "alter_password_table"
applied: true
}

{
id: "1780799537"
name: "alter_avatar_index"
applied: true
}
]

environments: {
dev: {
host: "dev-db.swift-carnival.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.gleaming-smog.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.glorious-sustenance.biz"
port: 5432
ssl: true
}
}
}

See also