diff options
author | emkael <emkael@tlen.pl> | 2022-09-30 23:33:08 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-09-30 23:33:08 +0200 |
commit | 57c29f16a0ad437df82bcfefd0f6633946593763 (patch) | |
tree | 504221a7f653a913209b47b7ce0ba1b4617a9ab9 | |
parent | e37bbbb2974cf74b71570ddd6cdd7dbb47a22ef4 (diff) |
Config for butlers
-rw-r--r-- | butler/config.json | 54 |
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;" - ] } } |