From 56024d6a82c7cba313ea5a1f92cebf6a19925284 Mon Sep 17 00:00:00 2001 From: Vazelek Date: Mon, 17 Oct 2022 18:05:35 +0200 Subject: [PATCH] fix team --- sql/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/data.sql b/sql/data.sql index c960cf9..c4a9e62 100644 --- a/sql/data.sql +++ b/sql/data.sql @@ -236,7 +236,7 @@ INSERT INTO participations ("match_id", "team_id") VALUES ('51', '18'), ('51', '2'), ('52', '4'), -('52', '10'), +('52', '9'), ('53', '6'), ('53', '16'), ('54', '10'),