mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
* fix: file attribution scanning not marking completed files * Clean up unused attribution files/groups on deletion * prepare * Handle file scan failures gracefully with tracking
17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n update file_scans\n set\n attributions_scanned_at = $2,\n attributions_scan_result = $3\n where file_id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Jsonb"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "11228045ad657e66693d4b384beacbd50d74251f59c1147e71b0ef293a19805e"
|
|
}
|