down.sql 129 B

12345
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS article_lists_article_collection;
  3. DROP TABLE article_lists;