down.sql 149 B

1234567
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX comments_title ;
  3. DROP INDEX comments_uid ;
  4. DROP TABLE comments;
  5. DROP TYPE TCommentStatus;