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