1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
{
"1+2": {
"source": [
"dmp202122_2se",
"dmp202122_2sw",
"dmp202122_2ne",
"dmp202122_2nw",
"dmp202122_1s",
"dmp202122_1n"
],
"output": "dmp202122_b0"
},
"1": {
"source": [
"dmp202122_1s",
"dmp202122_1n"
],
"output": "dmp202122_b1"
},
"2": {
"source": [
"dmp202122_2sw",
"dmp202122_2ne",
"dmp202122_2nw",
"dmp202122_2se"
],
"output": "dmp202122_b2"
},
"__groups": {
"dmp202122_e": "E",
"dmp202122_1s": "S",
"dmp202122_1n": "N",
"dmp202122_2se": "SE",
"dmp202122_2sw": "SW",
"dmp202122_2ne": "NE",
"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;"
]
}
}
|