Commit d63da890 authored by Yorick Peterse's avatar Yorick Peterse

Added index on projects.visibility_level

parent 50f65416
class AddProjectsVisibilityLevelIndex < ActiveRecord::Migration
def change
add_index :projects, :visibility_level
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment