down.sql 112 B

12345
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX wbws_unique ;
  3. DROP INDEX wbws_word ;
  4. DROP TABLE wbws;