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
I thought about boolean.
Right now we are using the text to specify how people are being verified.
"Verified by Text Message"
"Verified by Text Message Signup"
"Verified by Josh manually"
Right now, Verified on the Person model is a string, which makes it difficult to turn into a default scope.
Could we make this a boolean?
What are the values so that we can make a migration to update previous values tot he boolean?
The text was updated successfully, but these errors were encountered: