Drop email on instructeurs
This commit is contained in:
parent
2874b31c44
commit
556ec351f3
4 changed files with 8 additions and 5 deletions
5
db/migrate/20191113142816_instructeurs_remove_email.rb
Normal file
5
db/migrate/20191113142816_instructeurs_remove_email.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class InstructeursRemoveEmail < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :instructeurs, :email
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue