Remove the mandataire_social column
This commit is contained in:
parent
2f6f6e27c0
commit
578cbcda37
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveMandataireSocialOnDossier < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :dossiers, :mandataire_social
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue