down.sql 110 B

123
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS bookword_wordindex;
  3. DROP TABLE book_words;