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

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

class AddDevopsAdoptionVulnerabilityManagementUsedCount < ActiveRecord::Migration[6.1]
  def change
    add_column :analytics_devops_adoption_snapshots, :vulnerability_management_used_count, :integer
  end
end