summaryrefslogtreecommitdiff
path: root/db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb')
-rw-r--r--db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb b/db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb
index 8e1c9e6d6bb..ae954289291 100644
--- a/db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb
+++ b/db/post_migrate/20171123101020_update_circuitbreaker_defaults.rb
@@ -1,7 +1,7 @@
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
-class UpdateCircuitbreakerDefaults < ActiveRecord::Migration
+class UpdateCircuitbreakerDefaults < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false