16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE guild_users SET xp = xp + $1 WHERE user_id = $2 AND guild_id = $3",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Text",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "83fc2976f6449767456f51d08ca4e066c3f146d2ba645e677f177aaf8a5da22c"
|
|
}
|