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

PhoenixKit V03 Migration: Settings System

This migration adds the settings table and initial system configurations
to support user preferences and system-wide settings management.

## Changes

- Adds phoenix_kit_settings table with key-value storage
- Creates unique index on settings keys
- Inserts default system settings (time_zone, date_format)
- Supports PostgreSQL prefix for schema isolation

# `down`

# `up`

Run the V03 migration to add settings table.

---

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