2d8db52010
Adds a materialized view to be used for full-text searches that indexes the tsvector documents for each post.
2 lines
64 B
SQL
2 lines
64 B
SQL
DROP INDEX idx_fts_search;
|
|
DROP MATERIALIZED VIEW search_index;
|