diff --git a/app/controllers/version_releases_controller.rb b/app/controllers/version_releases_controller.rb index ed608873e..13c567170 100644 --- a/app/controllers/version_releases_controller.rb +++ b/app/controllers/version_releases_controller.rb @@ -157,7 +157,6 @@ class VersionReleasesController < ApplicationController attachment.container = target attachment.author_id = current_user.id attachment.description = "" - attachment.uuid = SecureRandom.uuid attachment.save end end