summaryrefslogtreecommitdiff
path: root/db/post_migrate/20191112115317_change_vulnerabilities_title_html_to_nullable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20191112115317_change_vulnerabilities_title_html_to_nullable.rb')
-rw-r--r--db/post_migrate/20191112115317_change_vulnerabilities_title_html_to_nullable.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/post_migrate/20191112115317_change_vulnerabilities_title_html_to_nullable.rb b/db/post_migrate/20191112115317_change_vulnerabilities_title_html_to_nullable.rb
deleted file mode 100644
index 6e0f3247410..00000000000
--- a/db/post_migrate/20191112115317_change_vulnerabilities_title_html_to_nullable.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class ChangeVulnerabilitiesTitleHtmlToNullable < ActiveRecord::Migration[5.2]
- DOWNTIME = false
-
- def change
- change_column_null :vulnerabilities, :title_html, true
- end
-end