Files
modrinth/apps/labrinth/.sqlx/query-89e0688880584ca6745961772445cede934143b33d5ca86b6c6f889e5beee543.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

16 lines
584 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n insert into file_scans (\n file_id,\n attributions_scanned_at,\n attributions_scan_result\n )\n values ($1, now(), $2)\n on conflict (file_id) do update set\n attributions_scanned_at = now(),\n attributions_scan_result = $2\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Jsonb"
]
},
"nullable": []
},
"hash": "89e0688880584ca6745961772445cede934143b33d5ca86b6c6f889e5beee543"
}