about summary refs log tree commit diff
path: root/migrations/2018-04-14-170750_search-index/down.sql
blob: c57e66290201e8517fdff341e99411e925e4e293 (plain) (blame)
1
2
DROP INDEX idx_fts_search;
DROP MATERIALIZED VIEW search_index;