mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n\t\tDELETE FROM project_attribution_groups\n\t\tWHERE id = ANY($1)\n\t\t",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8Array"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "41ec69f790366c741cea01aa7e1bfac7912b4ed17b7d19b5ba10221fa93bc3f8"
|
|
}
|