We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8c524 commit f6aa847Copy full SHA for f6aa847
1 file changed
db/migrate/20130807202516_add_last_match_index_to_blocked_emails.rb
@@ -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