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....

10 lines
199 B

-- Add up migration script here
INSERT INTO leagues
(id)
VALUES
(1);
INSERT INTO league_names
(id, league, name, language)
VALUES
(1, 1, '2022 Canadian National Blind Hockey Tournament', 1);