XF 1.4 Please advice the correct SQL Query to enable all ALERTs for all users?

rdn

Well-known member
I want to have all the alert preferences enabled for all users:
/account/alert-preferences

What is the correct query?
Thanks!
 
I haven't tested this and I would recommend taking a backup before running it.

Code:
UPDATE xf_user_option SET alert_optout = '';
 
  • Like
Reactions: rdn
Top Bottom