gitlab-org--gitlab-foss/db/migrate/20151203162133_add_hide_pro...

6 lines
151 B
Ruby

class AddHideProjectLimitToUsers < ActiveRecord::Migration
def change
add_column :users, :hide_project_limit, :boolean, default: false
end
end