forked from Trustie/forgeplus
项目精选加索引
This commit is contained in:
parent
6f7899d16f
commit
922561afb1
|
@ -0,0 +1,5 @@
|
|||
class AddProjectAddIndexPinned < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :projects, :is_pinned
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue