mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Added index on projects.visibility_level
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddProjectsVisibilityLevelIndex < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :projects, :visibility_level
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user