You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): include id column in stale search_index INSERT for Postgres
Postgres search_index is a regular table with NOT NULL id constraint,
unlike SQLite's FTS5 virtual table where id is UNINDEXED.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
0 commit comments