debian-mirror-gitlab/db/migrate/20151109134916_add_projects_visibility_level_index.rb

6 lines
130 B
Ruby
Raw Normal View History

2015-12-23 02:04:40 +05:30
class AddProjectsVisibilityLevelIndex < ActiveRecord::Migration
def change
add_index :projects, :visibility_level
end
end