summaryrefslogtreecommitdiff
path: root/butler/config.json
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-01-16 22:10:47 +0100
committeremkael <emkael@tlen.pl>2022-01-16 22:10:47 +0100
commit57daa65a789aa472753953a54d1b3313b32dbe91 (patch)
treeedc6727a7d30bc5012aede23ba70ecde6a965b62 /butler/config.json
parent04a8076dbdfa20dd80f6057dc0264a5675ac0a27 (diff)
Preparing rounds 13-17 -> 11-15 from 1N translation for butler
Diffstat (limited to 'butler/config.json')
-rw-r--r--butler/config.json10
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;"
+ ]
}
}