# `PhoenixKit.Migrations.Postgres.V139`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v2.13.10/lib/phoenix_kit/migrations/postgres/v139.ex#L1)

V139: Dashboard-level `config` for the dashboards plugin.

Adds a JSONB `config` column to `phoenix_kit_dashboards` for per-dashboard
presentation settings — currently the layout mode (`"grid"` flow vs `"free"`
pixel placement) and pixel-mode zoom. Read/written whole, like `layout`.

All statements are idempotent (IF NOT EXISTS), safe to re-run.

# `down`

# `up`

---

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