You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ibihf/migrations/20230327235842_add_periods....

64 lines
348 B

INSERT INTO periods
(game, period_type, period_length)
VALUES
(
1,
1,
1200
),
(
1,
2,
900
),
(
1,
3,
900
),
(
2,
1,
1200
),
(
2,
2,
1200
),
(
2,
3,
1200
),
(
3,
1,
720
),
(
3,
2,
720
),
(
3,
3,
1200
),
(
4,
1,
1200
),
(
4,
2,
1200
),
(
4,
3,
1200
);