add bypass_email_login_token to instructeur
This commit is contained in:
parent
2fc0ceb884
commit
cd6cb99c3c
3 changed files with 14 additions and 6 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddBypassEmailLoginTokenColumnToInstructeur < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
# This may take a while if running on Postgres < 11
|
||||
add_column :instructeurs, :bypass_email_login_token, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue