diff options
-rw-r--r-- | butler/config.json | 10 |
1 files changed, 10 insertions, 0 deletions
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;" + ] } } |