db(routing): remove routing criteria name column

This commit is contained in:
Eric Leroy-Terquem 2023-08-02 18:17:26 +02:00
parent 441360a7f4
commit bbb3823212
3 changed files with 9 additions and 4 deletions

View file

@ -12,8 +12,7 @@ class Procedure < ApplicationRecord
:durees_conservation_required,
:cerfa_flag,
:test_started_at,
:lien_demarche,
:routing_criteria_name
:lien_demarche
]
default_scope -> { kept }