Fix query (delete extra update)

This commit is contained in:
Juanjo Garcia 2020-07-13 15:23:10 +02:00
parent 329f8a0ce0
commit 941a837d33

View file

@ -689,7 +689,7 @@ after:
- comment: replace ir.cron method
version: 5.4
query: UPDATE update ir_cron set method = 'babi.report|calculate_babi_report' where method = 'calculate_babi_report';
query: UPDATE ir_cron set method = 'babi.report|calculate_babi_report' where method = 'calculate_babi_report';
- comment: all versions sync model data
script: ./upgrades/after/sync_model_data.py