XF 1.5 How to mass Expire all warnings?

truncate table warning;
truncate table warning_action_trigger;
update user set warning_points=0;

Note this does not expire the warnings, it wipes them out as if they never happened.
 
  • Like
Reactions: rdn
Top Bottom