From 57daa65a789aa472753953a54d1b3313b32dbe91 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 16 Jan 2022 22:10:47 +0100 Subject: Preparing rounds 13-17 -> 11-15 from 1N translation for butler --- butler/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'butler') diff --git a/butler/config.json b/butler/config.json index e40e8a3..0874965 100644 --- a/butler/config.json +++ b/butler/config.json @@ -36,5 +36,15 @@ "dmp202122_2nw": "NW" }, "__queries": { + "dmp202122_1n": [ + "DELETE FROM _rounds WHERE rnd IN (11, 12);", + "UPDATE _rounds SET rnd = rnd - 2 WHERE rnd > 10;", + "DELETE FROM _matches WHERE rnd IN (11, 12);", + "UPDATE _matches SET rnd = rnd - 2 WHERE rnd > 10;", + "DELETE FROM _segments WHERE rnd IN (11, 12);", + "UPDATE _segments SET rnd = rnd - 2 WHERE rnd > 10;", + "DELETE FROM _scores WHERE rnd IN (11, 12);", + "UPDATE _scores SET rnd = rnd - 2 WHERE rnd > 10;" + ] } } -- cgit v1.2.3