added value into friendList
This commit is contained in:
@@ -44,4 +44,9 @@ INSERT INTO messages
|
||||
(messageID, sender, recipient, message, date, haveread)
|
||||
VALUES
|
||||
('1', 'user1', 'user2', 'hello, how are you', now(), 'Y'),
|
||||
('2', 'user2', 'user1', 'im doing good, thanks', now(), 'N');
|
||||
('2', 'user2', 'user1', 'im doing good, thanks', now(), 'N');
|
||||
|
||||
INSERT INTO friendList
|
||||
(username, friend, confirm)
|
||||
VALUES
|
||||
('user2', 'user1', 'false')
|
||||
Reference in New Issue
Block a user