Skip to content

Commit

Permalink
fix: player count per tournament (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: Teddy Roncin <[email protected]>
  • Loading branch information
TeddyRoncin and Teddy Roncin authored Oct 5, 2023
1 parent b5f8035 commit a8e1841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ INSERT INTO `settings` (`id`, `value`) VALUES

INSERT INTO `tournaments` (`id`, `name`, `maxPlayers`, `playersPerTeam`, `cashprize`) VALUES
('lol', 'League of Legends', 160, 5, 0),
('ssbu', 'SSBU', 128, 1, 0),
('ssbu', 'SSBU', 64, 1, 0),
('csgo', 'Counter-Strike : Global Offensive', 80, 5, 0),
('rl', 'Rocket League', 48, 3, 0),
('osu', 'Osu!', 48, 1, 0),
('rl', 'Rocket League', 60, 3, 0),
('osu', 'Osu!', 64, 1, 0),
('tft', 'Teamfight Tactics', 32, 1, 0),
('open', 'Libre', 56, 1, 0),
('open', 'Libre', 40, 1, 0),
('pokemon', 'Pokémon', 24, 1, 0);

0 comments on commit a8e1841

Please sign in to comment.