2
0

down.sql 193 B

1234567
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS dictionaries_word;
  3. DROP INDEX IF EXISTS dictionaries_base;
  4. DROP INDEX IF EXISTS dictionaries_lang;
  5. DROP TABLE dictionaries;