summaryrefslogtreecommitdiff
path: root/db/ci/migrate/20121108160657_add_gitlab_url_to_project.rb
blob: 8a4e8fd666f8abc96041b9354370a84f06fce9e4 (plain)
1
2
3
4
5
class AddGitlabUrlToProject < ActiveRecord::Migration
  def change
    add_column :projects, :gitlab_url, :string, null: true
  end
end