summaryrefslogtreecommitdiff
path: root/db/migrate/20170918222253_reorganize_deployments_indexes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170918222253_reorganize_deployments_indexes.rb')
-rw-r--r--db/migrate/20170918222253_reorganize_deployments_indexes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170918222253_reorganize_deployments_indexes.rb b/db/migrate/20170918222253_reorganize_deployments_indexes.rb
index 139427ed2b9..480847ac393 100644
--- a/db/migrate/20170918222253_reorganize_deployments_indexes.rb
+++ b/db/migrate/20170918222253_reorganize_deployments_indexes.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 ReorganizeDeploymentsIndexes < ActiveRecord::Migration
+class ReorganizeDeploymentsIndexes < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false