Added index on projects.visibility_level
This commit is contained in:
parent
50f6541610
commit
d63da89094
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddProjectsVisibilityLevelIndex < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :projects, :visibility_level
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue