mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +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;
|