down.sql 165 B

1234
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS word_statistics_bookid ;
  3. DROP INDEX IF EXISTS word_statistics_base ;
  4. DROP TABLE word_statistics ;