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

20150616001155_add_errors_to_commit.rb « migrate « ci « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe9f7b954bbbc53e6c2e894a08bdd543f0c0319f (plain)
1
2
3
4
5
class AddErrorsToCommit < ActiveRecord::Migration
  def change
    add_column :commits, :yaml_errors, :text
  end
end