Files
modrinth/apps/labrinth/.sqlx/query-14779c6105c15c6a117332caf850c7939af5d70562eb309680047da3c76f74fd.json
T
aecsocket a6d9bb7b3e feat: allow bulk deleting attribution groups for moderators (#6839)
* feat: allow bulk deleting attribution groups for moderators

* prepr
2026-07-24 13:42:36 +00:00

15 lines
332 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n\t\tDELETE FROM project_attribution_files\n\t\tWHERE group_id = ANY($1)\n\t\t",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": []
},
"hash": "14779c6105c15c6a117332caf850c7939af5d70562eb309680047da3c76f74fd"
}