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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20140428105831_add_notes_index_updated_at.rb b/db/migrate/20140428105831_add_notes_index_updated_at.rb
index 6c25570f128..0589101af93 100644
--- a/db/migrate/20140428105831_add_notes_index_updated_at.rb
+++ b/db/migrate/20140428105831_add_notes_index_updated_at.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class AddNotesIndexUpdatedAt < ActiveRecord::Migration
def change
add_index :notes, :updated_at