You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Email model currently uses its address field as a primary key. We should migrate this to use a numeric surrogate primary key instead. A database-level uniqueness constraint on the address field must continue to be enforced.
Description
The
Email
model currently uses itsaddress
field as a primary key. We should migrate this to use a numeric surrogate primary key instead. A database-level uniqueness constraint on theaddress
field must continue to be enforced.Code of Conduct
The text was updated successfully, but these errors were encountered: