Merge pull request #10302 from tchak/ignore-attestation_template_id
chore(db): ignore attestation_template_id
This commit is contained in:
commit
fe508c0a73
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