mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 04:05:45 +08:00
Merge branch 'develop' into sync_develop
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddProjectLanguageIndexToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :projects, :project_category_id
|
||||
add_index :projects, :project_language_id
|
||||
add_index :projects, :license_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user