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

PhoenixKit V14 Migration: Email Body Compression Support

This migration adds support for email body compression to optimize storage
and improve archival functionality.

## Changes

### Email Log Enhancements
- Adds body_compressed boolean field to track compression status
- Enables efficient archival and storage management

## PostgreSQL Support
- Supports PostgreSQL prefix for schema isolation
- Backward compatible with existing data
- Sets default value for existing records

# `down`

Rollback the V14 migration.

# `up`

Run the V14 migration to add body compression support.

---

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