Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20130603144030_add_more_fields_to_project.rb « migrate « ci « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0897682285a8ed2e1236dbee743e795c944c3aae (plain)
1
2
3
4
5
class AddMoreFieldsToProject < ActiveRecord::Migration
  def change
    add_column :projects, :ssh_url_to_repo, :string
  end
end