feat(db): add contextual_likes table (M3 session-context capture)

Table was referenced in migration 0005's comment but never created —
this slice fills the gap. Soft-delete via deleted_at column; hot-path
partial index on active rows; GIN index on session_vector for
M3 sub-plan #3's similarity queries.
This commit is contained in:
2026-04-27 11:13:31 -04:00
parent 38beadf22e
commit 92ef53c04d
5 changed files with 105 additions and 0 deletions
@@ -0,0 +1 @@
DROP TABLE IF EXISTS contextual_likes;