Example 3476

Migration Plan

Database migration plan across environments.

{
schema_version: "8.14.19"
database: "mysql"

migrations: [
{
id: "1776736219"
name: "drop_status_index"
applied: true
}

{
id: "1776822619"
name: "drop_comment_table"
applied: true
}

{
id: "1776909019"
name: "drop_id_table"
applied: true
}

{
id: "1776995419"
name: "add_id_column"
applied: false
}

{
id: "1777081819"
name: "drop_id_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.criminal-fen.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.lumpy-baseboard.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.personal-onset.com"
port: 5432
ssl: true
}
}
}

See also