]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20250304172758_add_gpx_files_user_id_id_index.rb
Make close buttons stick to the top of scrolled areas
[rails.git] / db / migrate / 20250304172758_add_gpx_files_user_id_id_index.rb
1 class AddGpxFilesUserIdIdIndex < ActiveRecord::Migration[7.2]
2   disable_ddl_transaction!
3
4   def change
5     add_index :gpx_files, [:user_id, :id], :algorithm => :concurrently
6   end
7 end