mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-03 13:54:11 +02:00
flake reorg
This commit is contained in:
parent
9bd74a5a29
commit
6fe18f9771
30 changed files with 146 additions and 214 deletions
|
|
@ -11,11 +11,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,11 +18,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -64,9 +60,7 @@
|
|||
"Int4"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false
|
||||
]
|
||||
"nullable": [false]
|
||||
},
|
||||
"hash": "253ca64f81921ad7351335d8b47967a4b6831b16d8128a11b40daa63b31f5a4c"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,13 +10,9 @@
|
|||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int2"
|
||||
]
|
||||
"Left": ["Int2"]
|
||||
},
|
||||
"nullable": [
|
||||
null
|
||||
]
|
||||
"nullable": [null]
|
||||
},
|
||||
"hash": "25a688892917d80b8746d77ebbcdfb4652c7047d722c530b4560d6008cdd2b97"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,14 +13,7 @@
|
|||
"Custom": {
|
||||
"name": "game_mode",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"ultiduo",
|
||||
"4v4",
|
||||
"6v6",
|
||||
"7v7",
|
||||
"9v9",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["ultiduo", "4v4", "6v6", "7v7", "9v9", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,14 +4,7 @@
|
|||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8",
|
||||
"Text",
|
||||
"Int4",
|
||||
"Int4",
|
||||
"Int4",
|
||||
"Int4"
|
||||
]
|
||||
"Left": ["Int8", "Text", "Int4", "Int4", "Int4", "Int4"]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,11 +11,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -23,12 +19,7 @@
|
|||
"Custom": {
|
||||
"name": "medigun",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"medigun",
|
||||
"kritzkrieg",
|
||||
"quickfix",
|
||||
"vaccinator"
|
||||
]
|
||||
"Enum": ["medigun", "kritzkrieg", "quickfix", "vaccinator"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int4",
|
||||
"Int8",
|
||||
"Int4",
|
||||
"Int4"
|
||||
]
|
||||
"Left": ["Int4", "Int8", "Int4", "Int4"]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,11 +11,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,11 +11,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,10 +4,7 @@
|
|||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int2",
|
||||
"Int4"
|
||||
]
|
||||
"Left": ["Int2", "Int4"]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,9 +38,7 @@
|
|||
"Int4"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false
|
||||
]
|
||||
"nullable": [false]
|
||||
},
|
||||
"hash": "d4d72675d0a0792d14472c6bfc00454791dea1eae933818d168171f818bb7dc9"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,11 +18,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -30,11 +26,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -48,9 +40,7 @@
|
|||
"Int4"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false
|
||||
]
|
||||
"nullable": [false]
|
||||
},
|
||||
"hash": "eab40a01c0df317cdfb97eb4f88884f6776897ec2c2ecb8cae05748c8d087711"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,9 +12,7 @@
|
|||
"parameters": {
|
||||
"Left": []
|
||||
},
|
||||
"nullable": [
|
||||
null
|
||||
]
|
||||
"nullable": [null]
|
||||
},
|
||||
"hash": "f4daaeeaaf227491627c0bb54319a5f356028a591fdac2f41ba2dce1c5053d4a"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,11 +11,7 @@
|
|||
"Custom": {
|
||||
"name": "team",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"blue",
|
||||
"red",
|
||||
"other"
|
||||
]
|
||||
"Enum": ["blue", "red", "other"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue