Files
tapir/internal/adapters/store
mathias 940f80899a
CI / Lint / Test / Vet (push) Successful in 12s
CI / Build & Import (push) Successful in 11s
fix(store): migration 012 — back-fill auto_summarize via RLS bypass
Migration 011's UPDATE ran without tapir.current_user_id set, so FORCE RLS
blocked all rows and 0 users were updated (skipped_manual=607 in scheduler).
Migration 012 temporarily drops FORCE so the table owner can run the UPDATE,
then restores it.
2026-06-06 10:01:13 +02:00
..