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

V99: Add trash support to storage files.

Adds a `trashed_at` timestamp column to `phoenix_kit_files` for soft-delete.
Files with status "trashed" and a `trashed_at` value are in the trash bucket
and can be restored or permanently deleted after a configurable retention period.

All operations are idempotent.

# `down`

# `up`

---

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