Example 5763

Migration Plan

Database migration plan across environments.

{
schema_version: "5.13.1"
database: "mysql"

migrations: [
{
id: "1778725676"
name: "drop_updatedAt_table"
applied: true
}

{
id: "1778812076"
name: "alter_token_column"
applied: true
}

{
id: "1778898476"
name: "drop_status_index"
applied: true
}
]

environments: {
dev: {
host: "dev-db.humble-publicity.net"
port: 5432
ssl: false
}

staging: {
host: "staging-db.silent-carboxyl.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.lustrous-calculus.name"
port: 5432
ssl: true
}
}
}

See also