Closed tansaku closed 5 years ago
We've got a backlog of 1500 submissions in the moderation queue and I'd a love an easy way to reject them all - thanks
The following SQL query should do the trick: UPDATE moderation SET mod_rejected=1;
UPDATE moderation SET mod_rejected=1;
We've got a backlog of 1500 submissions in the moderation queue and I'd a love an easy way to reject them all - thanks