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

20210624112821_add_devops_adoption_coverage_fuzzing.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ca040dbfbcb2ac30bc2740ad77a8815cf3335c4 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class AddDevopsAdoptionCoverageFuzzing < ActiveRecord::Migration[6.1]
  def change
    add_column :analytics_devops_adoption_snapshots, :coverage_fuzzing_enabled_count, :integer
  end
end