[#3589] Technique - suppression du code lié à la STI sur TypeDeChamp
This commit is contained in:
commit
42e8fe1e5c
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
class TypeDeChamp < ApplicationRecord
|
||||
# TODO drop next line when `type` column has been dropped from `types_de_champ` table
|
||||
self.inheritance_column = nil
|
||||
|
||||
enum type_champs: {
|
||||
text: 'text',
|
||||
textarea: 'textarea',
|
||||
|
|
Loading…
Reference in a new issue