Ignore verification_attempts column from PhoneNumberValidation model
What does this MR do and why?
- I created a user_phone_number_validations table in !97762 (merged), with a verification_attempts column. This column was initially intended to rate-limit the amount of tries a user gets to verify their phone number.
- But this isn’t needed anymore since we are throttling the requests using ApplicationRateLimiter.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Hinam Mehra