Skip to content

Commit

Permalink
[FIX][12.0] connector_jira_tempo: pre-migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoux authored Oct 1, 2020
1 parent 7c72538 commit 0fc25be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_jira_tempo/migrations/12.0.2.0.0/pre-migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def migrate(cr, version):
cr.execute(
"""UPDATE ir_model_data
SET
name = 'ir_cron_jira_sync_tempo_timesheets_approval_status',
name = 'ir_cron_jira_sync_tempo_timesheets_approval_status'
WHERE
name = 'ir_cron_jira_sync_jira_tempo_status';
"""
Expand Down

0 comments on commit 0fc25be

Please sign in to comment.