down.sql 153 B

1234
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS word_indexs_worden ;
  3. DROP INDEX IF EXISTS word_indexs_word ;
  4. DROP TABLE word_indexs ;