Drop email on instructeurs

This commit is contained in:
Paul Chavard 2019-11-13 15:38:44 +01:00
parent 2874b31c44
commit 556ec351f3
4 changed files with 8 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class InstructeursRemoveEmail < ActiveRecord::Migration[5.2]
def change
remove_column :instructeurs, :email
end
end