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
3 lines
70 B
SQL
3 lines
70 B
SQL
alter table file_scans
|
|
add column attributions_scan_result jsonb;
|