# RFC-023 §4.1 parity-drift lint sidecar. Every PG migration under
# `crates/ff-backend-postgres/migrations/` either has a SQLite sibling
# in this directory with the same filename, or appears as an entry
# below. Phase 1b ported all 14 genesis PG migrations; this file is
# intentionally empty (no skipped migrations).
#
# Format (§4.1 C-trivia-2):
#   * One relative path per line (the PG migration intentionally
#     skipped, e.g. `0012_pg_only_admin.sql`).
#   * `#` starts a comment; inline `# issue:NNN` annotates the
#     tracking issue.
#   * Blank lines are ignored.
#
# The parity-drift lint (`scripts/lint-migrations.sh`) parses this
# format directly.

