6 changed files with 9 additions and 9 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class AddForceResetPasswordOnConfirmationToUsers < ActiveRecord::Migration[7.2] |
||||||
|
def change |
||||||
|
add_column :users, :force_reset_password_on_confirmation, :boolean, default: false |
||||||
|
end |
||||||
|
end |
||||||
@ -1,5 +0,0 @@ |
|||||||
class AddResetPasswordOnConfirmationToUsers < ActiveRecord::Migration[7.2] |
|
||||||
def change |
|
||||||
add_column :users, :reset_password_on_confirmation, :boolean, default: false |
|
||||||
end |
|
||||||
end |
|
||||||
Loading…
Reference in new issue