BigW Consortium Gitlab

20160715132507_add_user_id_to_pipeline.rb 168 Bytes
Newer Older
1 2 3 4 5 6 7
class AddUserIdToPipeline < ActiveRecord::Migration
  include Gitlab::Database::MigrationHelpers

  def change
    add_column :ci_commits, :user_id, :integer
  end
end