このコミットが含まれているのは:
2026-06-24 00:38:29 +09:00
コミット 510cbb0d78
4個のファイルの変更66行の追加11行の削除
-3
ファイルの表示
@@ -49,9 +49,6 @@ class MaterialVersionRecorder < VersionRecorder
return @file_snapshot if @file_snapshot
return empty_file_snapshot unless blob
blob.metadata['sha256'] ||= MaterialFileSha256.from_blob(blob)
blob.save! if blob.changed?
{ file_blob_id: blob.id,
file_filename: blob.filename.to_s,
file_content_type: blob.content_type,