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
Before bug fix, I'll run this SQL script on prod DB :
update member m set publicProfile = true
where publicProfile = false
and m.id in (
select distinct sm.speakers_id from session s inner join session_member sm on s.id = sm.sessions_id
where s.event = 'mixit15'
and s.valid = true
)
No description provided.
The text was updated successfully, but these errors were encountered: