Add friendships and friend_requests database tables
This commit is contained in:
7
migrations/2024-05-20-154208_add_friends/down.sql
Normal file
7
migrations/2024-05-20-154208_add_friends/down.sql
Normal file
@ -0,0 +1,7 @@
|
||||
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;
|
Reference in New Issue
Block a user