@@ -62,7 +62,7 @@ insert into login (id, login, email, password, steamid) values (7, 'steambie', '
6262insert into login (id, login, email, password, ip) values (8 , ' ipv6' , ' ipv6@example.com' , SHA2(' ipv6' , 256 ), ' 0000:0000:0000:0000:0000:0000:127.127.127.127' );
6363
6464-- Service links
65- INSERT INTO ` service_links` VALUES (' e8e4edd5-af12-11ed-b20e-0242c0a8a002' ,7 ,' STEAM' ,' 111111' ,0 ,1 );
65+ INSERT INTO ` service_links` VALUES (' e8e4edd5-af12-11ed-b20e-0242c0a8a002' ,7 ,' STEAM' ,' 111111' ,0 ,1 ),( ' e8e4edd5-af12-11ed-b20e-0242c0a8a001 ' , 1 , ' STEAM ' , ' 1 ' , 0 , 1 ) ;
6666
6767-- Name history
6868insert into name_history (id, change_time, user_id, previous_name) values
@@ -154,7 +154,7 @@ values (1, 'faf', 'FAF', 'Forged Alliance Forever', 1, 'https://github.com/FAFor
154154 (25 , ' coop' , ' Coop' , ' Multiplayer campaign games' , 1 , ' https://github.com/FAForever/fa-coop.git' , ' master' , ' cop' , TRUE);
155155
156156insert into game_stats (id, startTime, gameName, gameType, gameMod, ` host` , mapId, validity)
157- values (1 , NOW(), ' Test game' , ' 0 ' , 6 , 1 , 1 , 0 );
157+ values (1 , NOW(), ' Test game' , ' DEMORALIZATION ' , 6 , 1 , 1 , 0 );
158158
159159insert into leaderboard (id, technical_name, name_key, description_key)
160160values (1 , " global" , " leaderboard.global.name" , " leaderboard.global.desc" ),
0 commit comments