add first round of badminton to data.sql

This commit is contained in:
sehnryr
2022-10-17 00:51:35 +02:00
parent 51bbcde874
commit 1ae479172f

View File

@@ -39,7 +39,7 @@ INSERT INTO teams ("id", "name") VALUES
('8', 'A2: FC fouche 1'),
('9', 'A2: FC fouche 2'),
('10', 'A2: FC fouche 3'),
('11', 'A2: As du volant 1'),
('11', 'A2: As du volant'),
('12', 'A2: A2 Grammes'),
('13', 'A2: FC A2 Grammes'),
('14', 'A3: Fun'),
@@ -115,7 +115,14 @@ INSERT INTO matches ("id", "sport_id", "type", "date") VALUES
('47', '5', '0', '2022-10-18T23:02'),
('48', '5', '0', '2022-10-18T23:02'),
('49', '5', '0', '2022-10-18T23:14'),
('50', '5', '0', '2022-10-18T23:14');
('50', '5', '0', '2022-10-18T23:14'),
('51', '3', '6', '2022-10-17T18:25'),
('52', '3', '6', '2022-10-17T18:25'),
('53', '3', '6', '2022-10-17T18:25'),
('54', '3', '6', '2022-10-17T18:25'),
('55', '4', '5', '2022-10-17T18:25'),
('56', '4', '5', '2022-10-17T18:25');
-- Populate participations table
ALTER SEQUENCE participations_id_seq RESTART;
@@ -222,4 +229,17 @@ INSERT INTO participations ("match_id", "team_id") VALUES
('49', '12'),
('49', '16'),
('50', '7'),
('50', '24');
('50', '24'),
('51', '18'),
('51', '2'),
('52', '4'),
('52', '10'),
('53', '6'),
('53', '16'),
('54', '10'),
('54', '23'),
('55', '11'),
('55', '22'),
('56', '20'),
('56', '3');