down.sql 148 B

123456
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS ref_dicts_word ;
  3. DROP INDEX IF EXISTS ref_dicts_word_en;
  4. DROP TABLE ref_dicts;