Remove Addresses.wallet_sso_source
#9147
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Link to Issue
Closes: #9106
Description of Changes
Addresses.wallet_sso_source
column in the DB since it is unused and the data inside it is corrupted (contains 3 'falsy' values: empty strings, NULL, and 'unknown'). The empty string caused Zod schema issues which led to Can't create threads from specific addresses #9106.Test Plan
pnpm delete-user [user_id OR email]
to delete users for testing creating a new account vs sign-inDeployment Plan
Other Considerations