You've already forked AstralRinth
forked from didirus/AstralRinth
24 lines
563 B
JSON
24 lines
563 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT m.id FROM mods m\n INNER JOIN team_members tm ON tm.team_id = m.team_id AND user_id = $2\n WHERE m.id = ANY($1)\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "71abd207410d123f9a50345ddcddee335fea0d0cc6f28762713ee01a36aee8a0"
|
|
}
|