Skip to content

Commit f6aa847

Browse files
committed
Add index to blocked_emails for last_match_at
1 parent 5c8c524 commit f6aa847

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class AddLastMatchIndexToBlockedEmails < ActiveRecord::Migration
2+
def change
3+
add_index :blocked_emails, :last_match_at
4+
end
5+
end

0 commit comments

Comments
 (0)