Skip to content

Commit

Permalink
Convert archives for builds that failed too
Browse files Browse the repository at this point in the history
These can still have a source archive that needs converting
  • Loading branch information
Nemo157 authored and syphar committed Aug 9, 2023
1 parent cf97a54 commit 9d80e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,7 @@ pub fn migrate_old_archive_indexes(
crates
INNER JOIN releases ON releases.crate_id = crates.id
WHERE
releases.archive_storage = true AND
releases.build_status = true
releases.archive_storage = true
ORDER BY
crates.name,
Expand Down

0 comments on commit 9d80e3c

Please sign in to comment.