Example 3770

Migration Plan

Database migration plan across environments.

{
schema_version: "5.18.11"
database: "mysql"

migrations: [
{
id: "1776996172"
name: "alter_avatar_column"
applied: true
}

{
id: "1777082572"
name: "create_group_table"
applied: true
}

{
id: "1777168972"
name: "alter_status_table"
applied: true
}

{
id: "1777255372"
name: "create_password_column"
applied: false
}

{
id: "1777341772"
name: "alter_avatar_table"
applied: false
}

{
id: "1777428172"
name: "drop_group_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.muddy-quinoa.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.tragic-middle.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.complete-soup.org"
port: 5432
ssl: true
}
}
}

See also