mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
74e6afdc0f
Embedding status tests were creating search_vector_chunks inline using SQLite-only DDL (AUTOINCREMENT). Added Postgres DDL constants to models/search.py and wired them into the test fixture so both backends create the table at setup time — matching what the Alembic migration does in production. Also fixed stub search_vector_embeddings to use chunk_id (Postgres column name) instead of rowid, and added inter-test cleanup to prevent ordering-dependent failures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>