4 lines
130 B
SQL
4 lines
130 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE friend_requests;
|
|
DROP FUNCTION check_friend_request;
|
|
DROP TABLE friends;
|