summaryrefslogtreecommitdiff
path: root/db/migrate/20170419001229_add_index_to_system_note_metadata.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20170419001229_add_index_to_system_note_metadata.rb')
-rw-r--r--db/migrate/20170419001229_add_index_to_system_note_metadata.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170419001229_add_index_to_system_note_metadata.rb b/db/migrate/20170419001229_add_index_to_system_note_metadata.rb
index c68fd920fff..59cd55395fc 100644
--- a/db/migrate/20170419001229_add_index_to_system_note_metadata.rb
+++ b/db/migrate/20170419001229_add_index_to_system_note_metadata.rb
@@ -1,4 +1,4 @@
-class AddIndexToSystemNoteMetadata < ActiveRecord::Migration
+class AddIndexToSystemNoteMetadata < ActiveRecord::Migration[4.2]
include Gitlab::Database::MigrationHelpers
# Set this constant to true if this migration requires downtime.