summaryrefslogtreecommitdiff
path: root/db/migrate/20181022135539_add_index_on_status_to_deployments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20181022135539_add_index_on_status_to_deployments.rb')
-rw-r--r--db/migrate/20181022135539_add_index_on_status_to_deployments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20181022135539_add_index_on_status_to_deployments.rb b/db/migrate/20181022135539_add_index_on_status_to_deployments.rb
index 2eed20aa855..9c7a722c626 100644
--- a/db/migrate/20181022135539_add_index_on_status_to_deployments.rb
+++ b/db/migrate/20181022135539_add_index_on_status_to_deployments.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class AddIndexOnStatusToDeployments < ActiveRecord::Migration
+class AddIndexOnStatusToDeployments < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false