wip
This commit is contained in:
parent
bd4a475923
commit
9a164b984a
36 changed files with 2500 additions and 77 deletions
2
sql/00012.sql
Normal file
2
sql/00012.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DROP INDEX node_content_index;
|
||||
CREATE INDEX node_search_index ON node USING gin (name gin_trgm_ops, content gin_trgm_ops);
|
||||
Loading…
Add table
Add a link
Reference in a new issue