Skip to content

Commit 87af306

Browse files
committed
wip
1 parent 7f5a36b commit 87af306

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hasura/functions/tournaments/generate_double_elimination_bracket.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ BEGIN
129129
SET parent_bracket_id = gf_id
130130
WHERE id = lb_final_id;
131131

132-
-- Reset Final
133-
INSERT INTO tournament_brackets(round, tournament_stage_id, match_number, "group", path)
134-
VALUES (wb_rounds+2, _stage_id, 1, g, 'WB')
135-
RETURNING id INTO reset_final_id;
132+
-- -- Reset Final
133+
-- INSERT INTO tournament_brackets(round, tournament_stage_id, match_number, "group", path)
134+
-- VALUES (wb_rounds+2, _stage_id, 1, g, 'WB')
135+
-- RETURNING id INTO reset_final_id;
136136

137137
RAISE NOTICE 'Group %: LB consolidation round % and WB Grand Final created', g, lb_rounds+1;
138138
END IF;

0 commit comments

Comments
 (0)