tvl-depot/migrations/2018-04-14-170750_search-index/down.sql
Vincent Ambo 2d8db52010 feat(migrations): Add materialized view & index for full text search
Adds a materialized view to be used for full-text searches that
indexes the tsvector documents for each post.
2018-04-14 22:21:55 +02:00

2 lines
64 B
SQL

DROP INDEX idx_fts_search;
DROP MATERIALIZED VIEW search_index;