feat: add ignore flag in patch
This commit is contained in:
parent
bcf20a8a5c
commit
dd1e3bbf7a
1 changed files with 1 additions and 1 deletions
|
|
@ -279,4 +279,4 @@ frappe.patches.v13_0.migrate_translation_column_data
|
|||
frappe.patches.v13_0.set_read_times
|
||||
frappe.patches.v13_0.remove_web_view
|
||||
frappe.patches.v13_0.remove_tailwind_from_page_builder
|
||||
execute:frappe.rename_doc("DocType", "Onboarding", "Module Onboarding")
|
||||
execute:frappe.rename_doc("DocType", "Onboarding", "Module Onboarding", ignore_if_exists=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue