mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
29 lines
633 B
JSON
29 lines
633 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT date FROM maps WHERE format = $1 AND week = $2 AND season = $3",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "date",
|
|
"type_info": "Date"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
{
|
|
"Custom": {
|
|
"name": "game_mode",
|
|
"kind": {
|
|
"Enum": ["highlander", "eights", "sixes", "fours", "ultiduo"]
|
|
}
|
|
}
|
|
},
|
|
"Int4",
|
|
"Int4"
|
|
]
|
|
},
|
|
"nullable": [false]
|
|
},
|
|
"hash": "ccb1cfabaf4c593cfbd8206e5c2bb2be59105f965cdcbbe04ca394d2c3751613"
|
|
}
|