mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
28 lines
595 B
JSON
28 lines
595 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE teams SET region = $2 WHERE id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
{
|
|
"Custom": {
|
|
"name": "region",
|
|
"kind": {
|
|
"Enum": [
|
|
"europe",
|
|
"north-america",
|
|
"south-america",
|
|
"asia",
|
|
"australia"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "902d2815a624acb69228dd6e7afc698dac51107067d44659592a99493ad5473a"
|
|
}
|