diff --git a/frappe/patches.txt b/frappe/patches.txt index f1a9918946..a33b4d68b0 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -268,3 +268,5 @@ execute:frappe.delete_doc_if_exists('DocType', 'Google Maps Settings') execute:frappe.db.set_default('desktop:home_page', 'workspace') execute:frappe.delete_doc_if_exists('DocType', 'GSuite Settings') execute:frappe.delete_doc_if_exists('DocType', 'GSuite Templates') +execute:frappe.delete_doc_if_exists('DocType', 'GCalendar Account') +execute:frappe.delete_doc_if_exists('DocType', 'GCalendar Settings')