mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 01:42:53 +00:00
Moving to github
This commit is contained in:
6
db/migrate/20260328183634_add_password_reset_to_users.rb
Normal file
6
db/migrate/20260328183634_add_password_reset_to_users.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddPasswordResetToUsers < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :users, :password_reset_token, :string
|
||||
add_column :users, :password_reset_sent_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user