BigW Consortium Gitlab

20150924125150_add_project_id_to_ci_commit.rb 149 Bytes
Newer Older
1
# rubocop:disable all
Kamil Trzcinski committed
2 3 4 5 6
class AddProjectIdToCiCommit < ActiveRecord::Migration
  def up
    add_column :ci_commits, :gl_project_id, :integer
  end
end