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

Copy Markdown View Source

V62 — Rename UUID-type columns from _id suffix to _uuid suffix.

Enforces the naming convention: _id = integer (legacy), _uuid = UUID. All 35 operations are idempotent (guarded by column existence checks).

Groups

  • A: Posts module (11 tables, 15 renames)
  • B: Comments module (3 tables, 4 renames)
  • C: Tickets module (3 tables, 6 renames)
  • D: Storage module (2 tables, 3 renames)
  • E: Publishing module (3 tables, 3 renames)
  • F: Shop module (2 tables, 3 renames)
  • G: Scheduled Jobs (1 table, 1 rename)

Summary

Functions

down(opts)

up(opts)