Skip to content

Conversation

@youngkidwarrior
Copy link
Collaborator

Why:

  • Clean up remaining fragments that caused syntax errors during schema init.

Test plan:

  • yarn supabase migration:diff is_verified_computed_and_profile_lookup

Copy link
Collaborator Author

youngkidwarrior commented Oct 4, 2025

Why:
profile_result requires is_verified. Add it back to the composite type
and include it in profile_lookup and the referrer view. is_verified is
computed from verified_at so we avoid redundant logic.

Test plan:
- Reset DB & generate types; confirm CompositeTypes.profile_lookup_result
  has is_verified and verified_at
- Query:
  select is_verified, verified_at from profile_lookup('sendid','<id>');
@youngkidwarrior youngkidwarrior force-pushed the workflows_wire_post-confirmation_send_balance_hodler branch from ff91161 to e18cb1f Compare October 10, 2025 06:28
@youngkidwarrior youngkidwarrior force-pushed the db_add_profiles.is_verified_update_profile_lookup branch from 3819ae0 to 204e672 Compare October 10, 2025 06:28
@github-actions
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants