Compare commits
3 Commits
e1b458829f
...
a32a934c3b
| Author | SHA1 | Date |
|---|---|---|
|
|
a32a934c3b | 1 week ago |
|
|
f0b73ac016 | 1 week ago |
|
|
839d3ccc02 | 1 week ago |
6 changed files with 13 additions and 12 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