Compare commits
No commits in common. 'a32a934c3b25c6c45e15a839937d85d2527948e1' and 'e1b458829f2a1cf2dece755fd13e705c9c950b64' have entirely different histories.
a32a934c3b
...
e1b458829f
6 changed files with 12 additions and 13 deletions
@ -1,5 +0,0 @@
|
||||
class AddForceResetPasswordOnConfirmationToUsers < ActiveRecord::Migration[7.2] |
||||
def change |
||||
add_column :users, :force_reset_password_on_confirmation, :boolean, default: false |
||||
end |
||||
end |
||||
@ -0,0 +1,5 @@
|
||||
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