BigW Consortium Gitlab

20161017091941_add_authorized_projects_populated_to_users.rb 223 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
class AddAuthorizedProjectsPopulatedToUsers < ActiveRecord::Migration
  include Gitlab::Database::MigrationHelpers

  DOWNTIME = false

  def change
    add_column :users, :authorized_projects_populated, :boolean
  end
end