added value into friendList
This commit is contained in:
@@ -45,3 +45,8 @@ INSERT INTO messages
|
|||||||
VALUES
|
VALUES
|
||||||
('1', 'user1', 'user2', 'hello, how are you', now(), 'Y'),
|
('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