parent
84278741a5
commit
fa4f77c365
14 changed files with 222 additions and 32 deletions
5
db/migrate/20250607233053_add_reset_to_users.rb
Normal file
5
db/migrate/20250607233053_add_reset_to_users.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddResetToUsers < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :users, :reset, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue