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

20130812143708_add_import_url_to_project.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 023a48741b263204067297495382f1b6d6fbcea5 (plain)
1
2
3
4
5
class AddImportUrlToProject < ActiveRecord::Migration
  def change
    add_column :projects, :import_url, :string
  end
end