Example 2674

Migration Plan

Database migration plan across environments.

{
schema_version: "4.13.3"
database: "sqlite"

migrations: [
{
id: "1776043456"
name: "alter_name_index"
applied: true
}

{
id: "1776129856"
name: "alter_phone_table"
applied: true
}

{
id: "1776216256"
name: "create_comment_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.illustrious-daughter.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.likable-airman.net"
port: 5432
ssl: true
}

prod: {
host: "prod-db.snarling-season.net"
port: 5432
ssl: true
}
}
}

See also