db(routing): remove migrated champ routage columns
This commit is contained in:
parent
9c8b015b45
commit
cdbaf987c0
4 changed files with 8 additions and 5 deletions
|
@ -0,0 +1,7 @@
|
|||
class RemoveMigratedChampRoutageColumns < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
safety_assured { remove_column :procedures, :migrated_champ_routage }
|
||||
safety_assured { remove_column :procedure_revisions, :migrated_champ_routage }
|
||||
safety_assured { remove_column :dossiers, :migrated_champ_routage }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue