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

20141103151359_add_commands_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: 2ef4b8ec9ce6a164a51e86bbe8374f658eb278f9 (plain)
1
2
3
4
5
class AddCommandsToBuild < ActiveRecord::Migration
  def change
    add_column :builds, :commands, :text
  end
end