chore(db): ignore attestation_template_id
This commit is contained in:
parent
e7f31e4d49
commit
ceae749746
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
class ProcedureRevision < ApplicationRecord
|
||||
self.ignored_columns += [:attestation_template_id]
|
||||
self.implicit_order_column = :created_at
|
||||
belongs_to :procedure, -> { with_discarded }, inverse_of: :revisions, optional: false
|
||||
belongs_to :dossier_submitted_message, inverse_of: :revisions, optional: true, dependent: :destroy
|
||||
|
|
Loading…
Reference in a new issue