mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-04 22:24:07 +02:00
12 lines
334 B
JSON
12 lines
334 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO kill_streaks(log_id, steam_id, time, streak)VALUES($1, $2, $3, $4)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Int4", "Int8", "Int4", "Int4"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "581b192c18e54b711d0e3b6d38490984c48320fe4607c7eacc7b9002daaf7771"
|
|
}
|