feat: reorganize pg_trgm index migrations by removing old files and creating new ones
Build and Release / release (push) Successful in 1m23s
Build and Release / release (push) Successful in 1m23s
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user