]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20240913171951_drop_user_creation_ip.rb
Merge pull request #5151 from AntonKhorev/no-history-and-export-buttons
[rails.git] / db / migrate / 20240913171951_drop_user_creation_ip.rb
1 class DropUserCreationIp < ActiveRecord::Migration[7.1]
2   def change
3     safety_assured { remove_column :users, :creation_ip, :string }
4   end
5 end