mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Add index to blocked_emails for last_match_at
This commit is contained in:
parent
5c8c52482a
commit
f6aa8476c8
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddLastMatchIndexToBlockedEmails < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :blocked_emails, :last_match_at
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue