InventoryFile.where.not(inventory_file_name: nil).find_each do |file|
    file.attachment.attach(
      io: File.open(Paperclip::Attachment.new(
        :inventory,
        file,