summaryrefslogtreecommitdiff
path: root/db/migrate/20170424142900_add_index_to_web_hooks_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170424142900_add_index_to_web_hooks_type.rb')
-rw-r--r--db/migrate/20170424142900_add_index_to_web_hooks_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170424142900_add_index_to_web_hooks_type.rb b/db/migrate/20170424142900_add_index_to_web_hooks_type.rb
index 9af158e3844..1c56c1ed65a 100644
--- a/db/migrate/20170424142900_add_index_to_web_hooks_type.rb
+++ b/db/migrate/20170424142900_add_index_to_web_hooks_type.rb
@@ -1,4 +1,4 @@
-class AddIndexToWebHooksType < ActiveRecord::Migration
+class AddIndexToWebHooksType < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false