You've already forked AstralRinth
forked from didirus/AstralRinth
17 lines
433 B
JSON
17 lines
433 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE team_members\n SET payouts_split = $1\n WHERE (team_id = $2 AND user_id = $3)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Numeric",
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d7c65c30898110d801a5bdf092564e5726e35c1033c69dba69008989a087357c"
|
|
}
|