add matches on data.sql

This commit is contained in:
Vazelek
2022-10-17 14:37:16 +02:00
committed by Vazelek
parent d344d13206
commit c64d8c5f73

View File

@@ -122,7 +122,9 @@ INSERT INTO matches ("id", "sport_id", "type", "date") VALUES
('53', '4', '6', '2022-10-17T18:25'),
('54', '4', '6', '2022-10-17T18:25'),
('55', '3', '5', '2022-10-17T18:25'),
('56', '4', '5', '2022-10-17T18:25');
('56', '3', '5', '2022-10-17T18:25'),
('57', '4', '5', '2022-10-17T18:35'),
('58', '4', '5', '2022-10-17T18:35');
-- Populate participations table
ALTER SEQUENCE participations_id_seq RESTART;
@@ -242,4 +244,8 @@ INSERT INTO participations ("match_id", "team_id") VALUES
('55', '11'),
('55', '22'),
('56', '20'),
('56', '3');
('56', '3'),
('57', '26'),
('57', '21'),
('58', '8'),
('58', '15');