summaryrefslogtreecommitdiff
path: root/butler/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'butler/config.json')
-rw-r--r--butler/config.json54
1 files changed, 22 insertions, 32 deletions
diff --git a/butler/config.json b/butler/config.json
index 0874965..e99b0b9 100644
--- a/butler/config.json
+++ b/butler/config.json
@@ -1,50 +1,40 @@
{
"1+2": {
"source": [
- "dmp202122_2se",
- "dmp202122_2sw",
- "dmp202122_2ne",
- "dmp202122_2nw",
- "dmp202122_1s",
- "dmp202122_1n"
+ "dmp202223_2se",
+ "dmp202223_2sw",
+ "dmp202223_2ne",
+ "dmp202223_2nw",
+ "dmp202223_1s",
+ "dmp202223_1n"
],
- "output": "dmp202122_b0"
+ "output": "dmp202223_b0"
},
"1": {
"source": [
- "dmp202122_1s",
- "dmp202122_1n"
+ "dmp202223_1s",
+ "dmp202223_1n"
],
- "output": "dmp202122_b1"
+ "output": "dmp202223_b1"
},
"2": {
"source": [
- "dmp202122_2sw",
- "dmp202122_2ne",
- "dmp202122_2nw",
- "dmp202122_2se"
+ "dmp202223_2sw",
+ "dmp202223_2ne",
+ "dmp202223_2nw",
+ "dmp202223_2se"
],
- "output": "dmp202122_b2"
+ "output": "dmp202223_b2"
},
"__groups": {
- "dmp202122_e": "E",
- "dmp202122_1s": "S",
- "dmp202122_1n": "N",
- "dmp202122_2se": "SE",
- "dmp202122_2sw": "SW",
- "dmp202122_2ne": "NE",
- "dmp202122_2nw": "NW"
+ "dmp202223_e": "E",
+ "dmp202223_1s": "S",
+ "dmp202223_1n": "N",
+ "dmp202223_2se": "SE",
+ "dmp202223_2sw": "SW",
+ "dmp202223_2ne": "NE",
+ "dmp202223_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;"
- ]
}
}