Add index to blocked_emails for last_match_at

This commit is contained in:
Neil Lalonde 2013-08-07 16:26:26 -04:00
parent 5c8c52482a
commit f6aa8476c8

View file

@ -0,0 +1,5 @@
class AddLastMatchIndexToBlockedEmails < ActiveRecord::Migration
def change
add_index :blocked_emails, :last_match_at
end
end