Files
modrinth/apps/labrinth/.sqlx/query-11228045ad657e66693d4b384beacbd50d74251f59c1147e71b0ef293a19805e.json
T
aecsocket 527757d158 fix: file attribution scanning not marking completed files (#6500)
* fix: file attribution scanning not marking completed files

* Clean up unused attribution files/groups on deletion

* prepare

* Handle file scan failures gracefully with tracking
2026-06-25 15:57:51 +00:00

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"
}