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/20230325035659_add_leagues....

6 lines
179 B

-- Add up migration script here
INSERT INTO leagues
(id, name, start_date, end_date)
VALUES
(1, '2022 Canadian National Blind Hockey Tournament', '2022-03-24', '2022-03-26');