Set remove unused crons at 5.4

This commit is contained in:
Raimon Esteve 2022-12-07 15:54:43 +01:00
parent 4b36b6c488
commit 616f83d2ea
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ before:
DELETE from ir_cron where function in ('trigger_time');
- comment: # Delete unused crons
version: 5.6
version: 5.4
query:
DELETE from ir_model_data where fs_id = 'cron_post_clearing_moves' and model = 'ir.cron';
DELETE FROM res_user WHERE login IN ('user_cron_post_clearing_moves');