summaryrefslogtreecommitdiff
path: root/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180628124813_alter_web_hook_logs_indexes.rb')
-rw-r--r--db/migrate/20180628124813_alter_web_hook_logs_indexes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb b/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb
index 1878e76811d..289c87b30d2 100644
--- a/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb
+++ b/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb
@@ -12,7 +12,7 @@ class AlterWebHookLogsIndexes < ActiveRecord::Migration
disable_ddl_transaction!
# "created_at" comes first so the Sidekiq worker pruning old webhook logs can
- # use a composite index index.
+ # use a composite index.
#
# We leave the old standalone index on "web_hook_id" in place so future code
# that doesn't care about "created_at" can still use that index.