Example 16762

Migration Plan

Database migration plan across environments.

{
schema_version: "5.10.8"
database: "sqlite"

migrations: [
{
id: "1788227864"
name: "alter_phone_index"
applied: true
}

{
id: "1788314264"
name: "drop_updatedAt_table"
applied: true
}

{
id: "1788400664"
name: "create_updatedAt_column"
applied: true
}
]

environments: {
dev: {
host: "dev-db.tricky-hose.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.untrue-mortise.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.sour-gallery.org"
port: 5432
ssl: true
}
}
}

See also