parent
fd2230e1bf
commit
720247b130
@ -0,0 +1,5 @@
|
|||||||
|
class AddIndexToRepositories < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_index :repositories, :identifier
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue