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 289c87b30d2..64ef165c5e6 100644
--- a/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb
+++ b/db/migrate/20180628124813_alter_web_hook_logs_indexes.rb
@@ -3,7 +3,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class AlterWebHookLogsIndexes < ActiveRecord::Migration
+class AlterWebHookLogsIndexes < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
# Set this constant to true if this migration requires downtime.