From 109ef3fe1c316cf67b0fb10b00feab746768eb75 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 15 Jan 2024 15:52:20 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83uui?= =?UTF-8?q?d=20=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/version_releases_controller.rb | 1 - 1 file changed, 1 deletion(-) 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