]> git.openstreetmap.org Git - rails.git/commit
Add creation_address column to users
authorTom Hughes <tom@compton.nu>
Tue, 10 Sep 2024 18:16:03 +0000 (19:16 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 10 Sep 2024 18:16:03 +0000 (19:16 +0100)
commit336ad6db0363ce61a62ca902f89694017fd610d3
tree1a18f2da2b28009a8bb876e735791eef3609bfd0
parent1a5fb52c280e496eec9ece878a712d5ea56e9fc2
Add creation_address column to users

This is a properly typed and indexed column that is intended
to replace creation_ip to allow fast queries.
app/controllers/users_controller.rb
app/models/user.rb
db/migrate/20240910175616_add_user_creation_address.rb [new file with mode: 0644]
db/structure.sql