# 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.

# PR-7b Cluster 2b-B — `ff_flow_summary` projection table. SQLite
# rides `EngineBackend::project_flow_summary`'s `Unavailable` default
# per RFC-023 Phase 3.5 (flow summary projection is a shared-
# deployment dashboard feature; local single-tenant SQLite
# deployments don't need it). No SQLite sibling migration required.
0019_flow_summary.sql
