mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
* explicitly only scan jar/zip/disabled files for attributions * add route to force scan file * prepare
15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n\t\tdelete from attributions_exemptions\n\t\twhere version_id = $1\n\t\t",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5ed1e727901573ee92683f206f3321fa4e192c75caa5a62a2790b5136e9a7dde"
|
|
}
|