ADD index to repositories

dev_forge
Jasder 5 years ago
parent fd2230e1bf
commit 720247b130

@ -0,0 +1,5 @@
class AddIndexToRepositories < ActiveRecord::Migration[5.2]
def change
add_index :repositories, :identifier
end
end
Loading…
Cancel
Save