summaryrefslogtreecommitdiff
path: root/db/migrate/20190929180813_add_reference_from_vulnerability_occurrences_to_occurrences.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20190929180813_add_reference_from_vulnerability_occurrences_to_occurrences.rb')
-rw-r--r--db/migrate/20190929180813_add_reference_from_vulnerability_occurrences_to_occurrences.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/db/migrate/20190929180813_add_reference_from_vulnerability_occurrences_to_occurrences.rb b/db/migrate/20190929180813_add_reference_from_vulnerability_occurrences_to_occurrences.rb
deleted file mode 100644
index eb8e8fb73d1..00000000000
--- a/db/migrate/20190929180813_add_reference_from_vulnerability_occurrences_to_occurrences.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-# frozen_string_literal: true
-
-# See http://doc.gitlab.com/ce/development/migration_style_guide.html
-# for more information on how to write migrations for GitLab.
-
-class AddReferenceFromVulnerabilityOccurrencesToOccurrences < ActiveRecord::Migration[5.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- add_column :vulnerability_occurrences, :vulnerability_id, :bigint
- end
-end