Added index on projects.visibility_level

This commit is contained in:
Yorick Peterse 2015-11-09 17:18:26 +01:00
parent 50f6541610
commit d63da89094
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddProjectsVisibilityLevelIndex < ActiveRecord::Migration
def change
add_index :projects, :visibility_level
end
end