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

20151110125604_add_import_error_to_project.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48a15ad073700bf0fcff4519d05e57179832b788 (plain)
1
2
3
4
5
class AddImportErrorToProject < ActiveRecord::Migration[4.2]
  def change
    add_column :projects, :import_error, :text
  end
end