down.sql 109 B

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