down.sql 170 B

12345678
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX IF EXISTS groups_name;
  3. DROP INDEX IF EXISTS groups_status;
  4. DROP TABLE groups;
  5. DROP INDEX IF EXISTS groups_uid;