All release notes

v1.47.0

1 feature

Re-enable unique constraint on NoteScriptureReferences

  • Cleanup API confirmed no duplicates exist in production database.
  • Safe to re-enable unique constraint to prevent future duplicates.
  • This completes the scripture pill fix implementation with full defense-in-depth:
  • 1. ✅ Database constraint (unique index)
  • 2. ✅ Process layer deduplication (in-memory Set)
  • 3. ✅ Data layer deduplication (dashboard query)
  • 4. ✅ UI layer deduplication (React component)
  • After this deployment, run: npm run db:push