Remove the mandataire_social column

This commit is contained in:
gregoirenovel 2018-03-19 16:50:08 +01:00
parent 2f6f6e27c0
commit 578cbcda37
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class RemoveMandataireSocialOnDossier < ActiveRecord::Migration[5.2]
def change
remove_column :dossiers, :mandataire_social
end
end