mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
ADD index for project_educodes table
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddIndexForProjectIdToProjectEducoders < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :project_educoders, :repo_name
|
||||
add_index :project_educoders, :project_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user