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