mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
15 lines
332 B
JSON
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"
|
|
}
|