The live Supabase drift check is failing. This issue is updated in place by
.github/workflows/live-drift.yml; it is closed automatically on the next green run.
Drift manifest: generated 2026-08-20T15:53:04.540Z from schema.sql 6fe4883e03fa…
Compared 6 extensions, 38 tables, 1 views, 94 functions, 210 indexes, 48 policies, 170 constraints, 26 triggers, 2 storage_buckets against live.
UNEXPECTED DRIFT (1):
! [functions] missing_live public.migration_history_versions() :: {"acl":["postgres=X/postgres","service_role=X/postgres"],"def_hash":"4e8e4f9ee726a5eef77d6d6a646fe787"}
The live Supabase drift check is failing. This issue is updated in place by
.github/workflows/live-drift.yml; it is closed automatically on the next green run.failurepushDrift findings
Remediation context:
docs/database-remediation-plan.md,docs/database-drift-detection.md.Never fix drift with raw SQL against live — codify it (migration +
schema.sqlmirror + regenerated manifest).