Commit 4dd1b287 authored by Mathieu Parent's avatar Mathieu Parent

Fix Packages::Debian::FileMetadatum primary key

parent 702a96b4
# frozen_string_literal: true
class Packages::Debian::FileMetadatum < ApplicationRecord
self.primary_key = :package_file_id
belongs_to :package_file, inverse_of: :debian_file_metadatum
validates :package_file, presence: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment