down.sql 151 B

1234
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS res_index_title ;
  3. DROP INDEX IF EXISTS res_index_title_en ;
  4. DROP TABLE res_indexs ;