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