summaryrefslogtreecommitdiff
path: root/db/migrate/20151023144219_remove_satellites.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151023144219_remove_satellites.rb')
-rw-r--r--db/migrate/20151023144219_remove_satellites.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20151023144219_remove_satellites.rb b/db/migrate/20151023144219_remove_satellites.rb
index e73f300028a..2d1310b0208 100644
--- a/db/migrate/20151023144219_remove_satellites.rb
+++ b/db/migrate/20151023144219_remove_satellites.rb
@@ -1,6 +1,6 @@
require 'fileutils'
-class RemoveSatellites < ActiveRecord::Migration
+class RemoveSatellites < ActiveRecord::Migration[4.2]
def up
satellites = Gitlab.config['satellites']
return if satellites.nil?