Skip to content
Snippets Groups Projects
Commit 499cc73b authored by Yorick Peterse's avatar Yorick Peterse Committed by Rubén Dávila
Browse files

Added index on projects.visibility_level

parent e4bb20d8
No related branches found
No related tags found
No related merge requests found
class AddProjectsVisibilityLevelIndex < ActiveRecord::Migration
def change
add_index :projects, :visibility_level
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment