mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE matches SET default_date = $2 WHERE id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Int4", "Date"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2d58774b5365ac8ba3996246c26fb6b7ca63a8a6f8c086b85979f6ea7b5b8ebe"
|
|
}
|