mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
23 lines
562 B
JSON
23 lines
562 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT t.id\n FROM threads t\n INNER JOIN reports r ON t.report_id = r.id AND r.reporter = $1\n WHERE report_id IS NOT NULL\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int8"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "af770d434cbfc6bb73239a8af03f5cde101fa7cfd35f550973a77bb40e46cfe1"
|
|
}
|