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
@clacote : do validate this script for execution on production :
delete from interest
where id not in (select distinct interests_id from member_interest)
and id not in (select distinct interests_id from session_interest)
Some interests are not used : run a script to delete them.
i.e. 'Wil', 'We', ...
The text was updated successfully, but these errors were encountered: