Remove virtualdxs from testdata

master
Dessa Simpson 2020-11-08 11:51:44 -07:00
parent bcf562dd60
commit ee5d14b5f5
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@ INSERT INTO users (userid,displayName,isFollower,isSubscriber) VALUES
(001,'TestUser',false,false),
(002,'TestFollower',true,false),
(003,'TestSubscriber',true,true),
(004,'TestSubNonFollower',false,true),
(229815572,'virtualdxs',true,true);
INSERT INTO streamer (userid) VALUES (229815572);
(004,'TestSubNonFollower',false,true);
CALL add_request('https://www.youtube.com/watch?v=dQw4w9WgXcQ',001);
CALL add_request('https://www.youtube.com/watch?v=C5oeWHngDS4',002);