Skip to content

Commit

Permalink
[FIX][MIG] mail: missing rename columns
Browse files Browse the repository at this point in the history
  • Loading branch information
haumenphai committed Jul 12, 2024
1 parent a296456 commit dc06ab4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openupgrade_scripts/scripts/mail/17.0.1.15/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"field",
"field_id",
),
(
"mail.tracking.value",
"mail_tracking_value",
"field",
"field_id"
),
]


Expand Down

0 comments on commit dc06ab4

Please sign in to comment.