Fix Active User with no Email

Issue #99 new
Michael Mekaail repo owner created an issue
select * from be_users  u
inner join be_user_profiles p ON u.id = p.`user_id`
where id NOT IN (select user_id from be_user_emails )
and deleted_at is null

Comments (0)

  1. Log in to comment