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

V83: Add status column to publishing_groups.

Adds a `status` column (varchar(20), default 'active') to
`phoenix_kit_publishing_groups` to support soft-delete via "trashed" status.

# `down`

# `up`

---

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