Skip to content

Commit

Permalink
Merge pull request #443 from samvera-labs/remove-parents-serialization
Browse files Browse the repository at this point in the history
remove parents column serialization in the importer run
  • Loading branch information
alishaevn authored Mar 17, 2022
2 parents c5ac4ce + 142181e commit 8e93a18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/bulkrax/importer_run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ module Bulkrax
class ImporterRun < ApplicationRecord
belongs_to :importer
has_many :statuses, as: :runnable, dependent: :destroy
serialize :parents, Array
end
end

0 comments on commit 8e93a18

Please sign in to comment.