demarches-normaliennes/db/migrate/20181121234008_remove_champ_id_from_commentaires.rb

5 lines
133 B
Ruby

class RemoveChampIdFromCommentaires < ActiveRecord::Migration[5.2]
def change
remove_column :commentaires, :champ_id
end
end