# `PhoenixKit.Migrations.Postgres.V98`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit/migrations/postgres/v98.ex#L1)

V98: Add alternative_formats to storage dimensions.

Adds a `text[]` column to `phoenix_kit_storage_dimensions` so each
dimension can specify additional output formats (e.g., WebP, AVIF)
alongside the primary format. The variant generator creates one
extra file instance per alternative format per dimension.

All operations are idempotent.

# `down`

# `up`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
