Now that we don't have the type column anymore, we don't need to neuter it
This commit is contained in:
parent
cccaf54e2e
commit
d08b478cfd
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