remove obsolete procedure_id column in assign_to table
This commit is contained in:
parent
5ecd70eea1
commit
b24faae7e3
3 changed files with 6 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue