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