archive more match data

This commit is contained in:
Robin Appelman 2025-04-19 00:15:43 +02:00
commit 65e2463941
10 changed files with 282 additions and 1 deletions

View file

@ -0,0 +1,25 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO maps (\n format, season, week, date, map\n ) VALUES ($1, $2, $3, $4, $5)",
"describe": {
"columns": [],
"parameters": {
"Left": [
{
"Custom": {
"name": "game_mode",
"kind": {
"Enum": ["highlander", "eights", "sixes", "fours", "ultiduo"]
}
}
},
"Int4",
"Int4",
"Date",
"Varchar"
]
},
"nullable": []
},
"hash": "5fff8da677117dfd5d246a552a87cac254d6dee623c0e8497a28c2ce7a2d342b"
}