fixed 版本发布uuid 变化

This commit is contained in:
2024-01-15 15:52:20 +08:00
parent 38f711f4ae
commit 109ef3fe1c

View File

@@ -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