Files
multica/server/migrations/137_search_index_pg_trgm_extension.down.sql
Multica Eve 75e8bd5b64 fix: make release index migrations concurrent (#4995)
Co-authored-by: Eve <eve@multica-ai.local>
Co-authored-by: multica-agent <github@multica.ai>
2026-07-06 19:06:53 +08:00

4 lines
151 B
SQL

-- Leave pg_trgm installed. Other queries or operator-created indexes may depend
-- on it, and an idle extension has no meaningful overhead.
SELECT 1;