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

20150630091815_add_options_to_build.rb « migrate « ci « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68ed3fae75675bda7f3bd7530b628cbd836dbb74 (plain)
1
2
3
4
5
class AddOptionsToBuild < ActiveRecord::Migration
  def change
    add_column :builds, :options, :text
  end
end