Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validated speaker profiles are not public. #372

Closed
mpetitdant opened this issue Mar 16, 2015 · 3 comments
Closed

Validated speaker profiles are not public. #372

mpetitdant opened this issue Mar 16, 2015 · 3 comments

Comments

@mpetitdant
Copy link

No description provided.

@clacote
Copy link

clacote commented Mar 16, 2015

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
)

@clacote
Copy link

clacote commented Mar 16, 2015

(it has been run)

@mpetitdant
Copy link
Author

Since the script is ran and an issue exists (#286), I close this one.

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

No branches or pull requests

2 participants