summaryrefslogtreecommitdiff
path: root/db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb')
-rw-r--r--db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb b/db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb
index 580f56007c7..f3ed20fd243 100644
--- a/db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb
+++ b/db/migrate/20180511090724_add_index_on_ci_runners_runner_type.rb
@@ -10,6 +10,7 @@ class AddIndexOnCiRunnersRunnerType < ActiveRecord::Migration
end
def down
+ # rubocop:disable Migration/RemoveIndex
remove_index :ci_runners, :runner_type
end
end