BigW Consortium Gitlab

20160718153603_add_has_external_wiki_to_projects.rb 185 Bytes
Newer Older
1 2 3 4 5 6 7
class AddHasExternalWikiToProjects < ActiveRecord::Migration
  include Gitlab::Database::MigrationHelpers

  def change
    add_column :projects, :has_external_wiki, :boolean
  end
end