summaryrefslogtreecommitdiff
path: root/db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb')
-rw-r--r--db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb b/db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb
index 88c019c849e..dcbe48c03f9 100644
--- a/db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb
+++ b/db/migrate/20201005092709_remove_compliance_frameworks_group_id_fk.rb
@@ -4,7 +4,7 @@ class RemoveComplianceFrameworksGroupIdFk < ActiveRecord::Migration[6.0]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false
- INDEX_NAME = 'index_compliance_management_frameworks_on_group_id_and_name'.freeze
+ INDEX_NAME = 'index_compliance_management_frameworks_on_group_id_and_name'
class TmpComplianceFramework < ActiveRecord::Base
self.table_name = 'compliance_management_frameworks'