Skip to content

Commit

Permalink
mudando ciclo do dia para 10 minutos
Browse files Browse the repository at this point in the history
  • Loading branch information
EhOMiguel committed Aug 31, 2024
1 parent 0f7f8ba commit 156b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10575,6 +10575,6 @@ $$;
-- Agendamento da stored procedure para rodar a cada 10 minutos
SELECT cron.schedule(
'atualizar_ciclo_dia_job',
'*/1 * * * *',
'*/10 * * * *',
$$ CALL atualizar_ciclo_dia(); $$
);

0 comments on commit 156b029

Please sign in to comment.