PhoenixKit.Migrations.Postgres.V132 (phoenix_kit v1.7.138)

Copy Markdown View Source

V132: description TEXT on phoenix_kit_media_folders.

Adds an optional free-text description to media folders so admins (or anyone managing media) can add/edit a note explaining what a folder is for. Nullable — existing folders have no description until one is set, and the Media browser shows an "add a description" affordance when empty.

Idempotent: ADD COLUMN IF NOT EXISTS, safe to re-run.

Summary

Functions

down(opts)

up(opts)