Skip to content

Commit 57b8db4

Browse files
authored
Update service_links and game_stats insert statements
1 parent 7c6fca2 commit 57b8db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-data.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ insert into login (id, login, email, password, steamid) values (7, 'steambie', '
6262
insert 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
6868
insert 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

156156
insert 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

159159
insert into leaderboard (id, technical_name, name_key, description_key)
160160
values (1, "global", "leaderboard.global.name", "leaderboard.global.desc"),

0 commit comments

Comments
 (0)