down.sql 278 B

123456789
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS collections_title;
  3. DROP INDEX IF EXISTS collections_lang ;
  4. DROP INDEX IF EXISTS collections_status ;
  5. DROP INDEX IF EXISTS collections_lang_status;
  6. DROP INDEX IF EXISTS collections_uid;
  7. DROP TABLE collections;