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/20230325040553_add_division...

14 lines
256 B

INSERT INTO divisions
(id, league)
VALUES
(1, 1),
(2, 1),
(3, 1);
INSERT INTO division_names
(id, name, division, language)
vALUES
(1, 'Low Vision & Development Division', 1, 1),
(2, 'Open Division', 2, 1),
(3, 'Children Division', 3, 1);