Skip to content

Commit ad3cb42

Browse files
[OU-FIX] calendar: forgot calling delete_records_safely_by_xml_id
1 parent 8e2ecd9 commit ad3cb42

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openupgrade_scripts/scripts/calendar/18.0.1.1/post-migration.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ def migrate(env, version):
1616
"calendar_template_meeting_update",
1717
],
1818
)
19+
openupgrade.delete_records_safely_by_xml_id(
20+
env,
21+
[
22+
"calendar.onboarding_onboarding_calendar",
23+
"calendar.onboarding_onboarding_step_setup_calendar_integration",
24+
],
25+
)

0 commit comments

Comments
 (0)