db(routing): ignore routing criteria name column
This commit is contained in:
parent
cdbaf987c0
commit
16c0a2cb73
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ class Procedure < ApplicationRecord
|
|||
:durees_conservation_required,
|
||||
:cerfa_flag,
|
||||
:test_started_at,
|
||||
:lien_demarche
|
||||
:lien_demarche,
|
||||
:routing_criteria_name
|
||||
]
|
||||
|
||||
default_scope -> { kept }
|
||||
|
|
Loading…
Add table
Reference in a new issue