remove obsolete procedure_id column in assign_to table

This commit is contained in:
simon lehericey 2021-04-07 09:53:47 +02:00
parent 5ecd70eea1
commit b24faae7e3
3 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,6 @@
# updated_at :datetime
# groupe_instructeur_id :bigint
# instructeur_id :integer
# procedure_id :integer
#
class AssignTo < ApplicationRecord
self.ignored_columns = [:procedure_id]