summaryrefslogtreecommitdiff
path: root/db/migrate/20171004121444_make_sure_fast_forward_option_exists.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20171004121444_make_sure_fast_forward_option_exists.rb')
-rw-r--r--db/migrate/20171004121444_make_sure_fast_forward_option_exists.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20171004121444_make_sure_fast_forward_option_exists.rb b/db/migrate/20171004121444_make_sure_fast_forward_option_exists.rb
index ac266c3e22e..9b417de1793 100644
--- a/db/migrate/20171004121444_make_sure_fast_forward_option_exists.rb
+++ b/db/migrate/20171004121444_make_sure_fast_forward_option_exists.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class MakeSureFastForwardOptionExists < ActiveRecord::Migration
+class MakeSureFastForwardOptionExists < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
# Set this constant to true if this migration requires downtime.