Advertisement
Fany_VanDaal

actionscheduler_actions

Oct 30th, 2022
942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.27 KB | None | 0 0
  1. DELETE FROM `ps_actionscheduler_actions` WHERE `status` = 'canceled';
  2. DELETE FROM `ps_actionscheduler_actions` WHERE `status` = 'failed';
  3. DELETE FROM `ps_actionscheduler_actions` WHERE `status` = 'complete';
  4. DELETE FROM `ps_actionscheduler_actions` WHERE `status` = 'pending';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement