PhoenixKit.Migrations.Postgres.V03 (phoenix_kit v1.7.71)

Copy Markdown View Source

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

Summary

Functions

Run the V03 migration to add settings table.

Functions

down(opts)

up(opts)

Run the V03 migration to add settings table.