Files
AstralRinth/.sqlx/query-d7c65c30898110d801a5bdf092564e5726e35c1033c69dba69008989a087357c.json
Jackson Kruger 8803e11945 Upgrade to sqlx 0.7.2 (#736)
* Update to sqlx 0.7.2

* Somehow missed one (and remove queries from other branch)
2023-10-23 14:30:39 -05:00

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"
}