ADD index for updated_on column with projects table
This commit is contained in:
parent
9477555ebd
commit
e0826da950
|
@ -0,0 +1,5 @@
|
||||||
|
class AddIndexForUpdatedOnToProjects < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_index :projects, :updated_on
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue