feat: reorganize pg_trgm index migrations by removing old files and creating new ones
Build and Release / release (push) Successful in 1m23s

This commit is contained in:
2026-06-08 14:03:50 +07:00
parent 53e1e4b8ea
commit 925935788a
2 changed files with 0 additions and 0 deletions
@@ -0,0 +1,4 @@
CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE INDEX IF NOT EXISTS idx_rag_chunks_content_trgm
ON rag_chunks USING GIN (content gin_trgm_ops);