]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20241030090336_add_user_location_name.rb
Rename integration login test
[rails.git] / db / migrate / 20241030090336_add_user_location_name.rb
1 class AddUserLocationName < ActiveRecord::Migration[7.2]
2   def change
3     add_column :users, :home_location_name, :string
4   end
5 end