demarches-normaliennes/db/migrate/20180111153245_drop_preference_devise_profils.rb

6 lines
130 B
Ruby
Raw Normal View History

2018-01-15 10:02:32 +01:00
class DropPreferenceDeviseProfils < ActiveRecord::Migration[5.0]
def change
drop_table :preference_devise_profils
end
end