mirror of https://github.com/buster-so/buster.git
7 lines
269 B
MySQL
7 lines
269 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
drop index if exists terms_search_embedding_idx;
|
||
|
drop index if exists terms_search_fts_idx;
|
||
|
drop index if exists terms_search_term_id_organization_id_idx;
|
||
|
drop table if exists terms_search;
|
||
|
drop extension if exists vector;
|