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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20210105103649_delete_column_group_id_on_compliance_framework.rb')
-rw-r--r--db/post_migrate/20210105103649_delete_column_group_id_on_compliance_framework.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/post_migrate/20210105103649_delete_column_group_id_on_compliance_framework.rb b/db/post_migrate/20210105103649_delete_column_group_id_on_compliance_framework.rb
deleted file mode 100644
index b13d2fe2d0a..00000000000
--- a/db/post_migrate/20210105103649_delete_column_group_id_on_compliance_framework.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-class DeleteColumnGroupIdOnComplianceFramework < ActiveRecord::Migration[6.0]
- DOWNTIME = false
-
- def change
- remove_column :compliance_management_frameworks, :group_id, :bigint
- end
-end