Example 16669

Migration Plan

Database migration plan across environments.

{
schema_version: "1.1.20"
database: "mysql"

migrations: [
{
id: "1788141743"
name: "add_group_table"
applied: true
}

{
id: "1788228143"
name: "create_name_table"
applied: true
}

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

{
id: "1788400943"
name: "add_group_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.giving-institute.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.gullible-teammate.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.clear-cut-space.net"
port: 5432
ssl: true
}
}
}

See also