-- This file should undo anything in `up.sql` DROP TABLE friend_requests; DROP FUNCTION check_friend_request; DROP TABLE friends;