mirror of
https://github.com/appen-isen/site-interpromos.git
synced 2026-03-18 21:40:36 +01:00
add matches on data.sql
This commit is contained in:
10
sql/data.sql
10
sql/data.sql
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user