Filter servers out from analytics dependents (#6445)

This commit is contained in:
aecsocket
2026-06-22 15:07:02 +00:00
committed by GitHub
parent 2c53e1240e
commit 23edb2351d
2 changed files with 52 additions and 1 deletions
@@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "\n SELECT id FROM mods\n WHERE id = ANY($1)\n AND components ? 'minecraft_server'\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": [
false
]
},
"hash": "6ebb0cffc875f50ebe95b91e4735f1c520155d65a5c51021224ab4461c688db8"
}