feat: refs #7567 Changed time to call event

This commit is contained in:
Guillermo Bonet 2024-08-21 09:35:42 +02:00
parent 625b3a5608
commit 62176b8517
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` EVENT `srt`.`moving_clean`
ON SCHEDULE EVERY 5 MINUTE
ON SCHEDULE EVERY 15 MINUTE
STARTS '2022-01-21 00:00:00.000'
ON COMPLETION PRESERVE
ENABLE