summaryrefslogtreecommitdiff
path: root/db/migrate/20140428105831_add_notes_index_updated_at.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140428105831_add_notes_index_updated_at.rb')
-rw-r--r--db/migrate/20140428105831_add_notes_index_updated_at.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20140428105831_add_notes_index_updated_at.rb b/db/migrate/20140428105831_add_notes_index_updated_at.rb
index 0589101af93..25bdf477e24 100644
--- a/db/migrate/20140428105831_add_notes_index_updated_at.rb
+++ b/db/migrate/20140428105831_add_notes_index_updated_at.rb
@@ -1,5 +1,5 @@
# rubocop:disable all
-class AddNotesIndexUpdatedAt < ActiveRecord::Migration
+class AddNotesIndexUpdatedAt < ActiveRecord::Migration[4.2]
def change
add_index :notes, :updated_at
end