summaryrefslogtreecommitdiff
path: root/db/migrate/20210102164121_drop_temporary_index_on_ci_builds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20210102164121_drop_temporary_index_on_ci_builds.rb')
-rw-r--r--db/migrate/20210102164121_drop_temporary_index_on_ci_builds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20210102164121_drop_temporary_index_on_ci_builds.rb b/db/migrate/20210102164121_drop_temporary_index_on_ci_builds.rb
index 0ecf194eb97..9c99414792e 100644
--- a/db/migrate/20210102164121_drop_temporary_index_on_ci_builds.rb
+++ b/db/migrate/20210102164121_drop_temporary_index_on_ci_builds.rb
@@ -7,7 +7,7 @@ class DropTemporaryIndexOnCiBuilds < ActiveRecord::Migration[6.0]
disable_ddl_transaction!
- INDEX = 'tmp_build_stage_position_index'.freeze
+ INDEX = 'tmp_build_stage_position_index'
def up
remove_concurrent_index_by_name :ci_builds, INDEX