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: 7fc990f8d0a9f56316c566ae421b158e8d26d268 (plain)
1
2
3
4
5
class AddImportErrorToProject < ActiveRecord::Migration
  def change
    add_column :projects, :import_error, :text
  end
end