Files
LibreTunes-Nix-Test/migrations/2024-05-20-154208_add_friends/down.sql

8 lines
209 B
SQL

DROP INDEX friendships_friend_2_idx;
DROP INDEX friendships_friend_1_idx;
DROP TABLE friendships;
DROP INDEX incoming_friend_requests_idx;
DROP INDEX outgoing_friend_requests_idx;
DROP TABLE friend_requests;