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

20121115132252_add_tmp_file_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: a9a4e36b5bac17e1b8e22f912e38bef59891c944 (plain)
1
2
3
4
5
class AddTmpFileToBuild < ActiveRecord::Migration
  def change
    add_column :builds, :tmp_file, :string
  end
end