fix(db): types_de_champ migration is too long
This commit is contained in:
parent
cc3568df00
commit
e764aade13
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ class RemoveIgnoredColumns < ActiveRecord::Migration[6.1]
|
|||
safety_assured do
|
||||
remove_column :commentaires, :user_id
|
||||
remove_column :dossiers, :en_construction_conservation_extension
|
||||
remove_column :types_de_champ, :migrated_parent
|
||||
remove_column :types_de_champ, :revision_id
|
||||
remove_column :types_de_champ, :parent_id
|
||||
remove_column :types_de_champ, :order_place
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue