summaryrefslogtreecommitdiff
path: root/db/migrate/20170327091750_add_created_at_index_to_deployments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170327091750_add_created_at_index_to_deployments.rb')
-rw-r--r--db/migrate/20170327091750_add_created_at_index_to_deployments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170327091750_add_created_at_index_to_deployments.rb b/db/migrate/20170327091750_add_created_at_index_to_deployments.rb
index fd6ed499b80..f29fff7d5b9 100644
--- a/db/migrate/20170327091750_add_created_at_index_to_deployments.rb
+++ b/db/migrate/20170327091750_add_created_at_index_to_deployments.rb
@@ -1,4 +1,4 @@
-class AddCreatedAtIndexToDeployments < ActiveRecord::Migration
+class AddCreatedAtIndexToDeployments < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
DOWNTIME = false