Merge branch 'develop' into sync_develop

This commit is contained in:
jasder
2021-07-01 10:06:00 +08:00
12 changed files with 55 additions and 17 deletions

View File

@@ -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