summaryrefslogtreecommitdiff
path: root/db/ci/migrate/20130603144030_add_more_fields_to_project.rb
blob: 0897682285a8ed2e1236dbee743e795c944c3aae (plain)
1
2
3
4
5
class AddMoreFieldsToProject < ActiveRecord::Migration
  def change
    add_column :projects, :ssh_url_to_repo, :string
  end
end