Skip to content

Commit

Permalink
added index for email address
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Jul 5, 2024
1 parent f802889 commit bd2164e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20240705082709_create_mail_delivery_failures.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ def change

t.timestamps
end

add_index :mail_delivery_failures, :email_address
end
end
16 changes: 16 additions & 0 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd2164e

Please sign in to comment.