This way we reduce the hypothetical problems we could find if executing the task several times.
Files might be missing for whatever reason or records might not point to any files; in these edge cases, we were getting an exception.
storage_
Just like we add the `storage_` prefix for new records so we can use both Active Storage and Paperclip at the same time. Now the migration actually works, at least for basic cases.