backend/migrations/2025-07-07-131320_add_friends/down.sql
2025-07-10 15:37:38 +02:00

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;