diff --git a/frappe/patches.txt b/frappe/patches.txt index 1f6c8e311a..f1a9918946 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -266,3 +266,5 @@ frappe.patches.v12_0.change_existing_dashboard_chart_filters execute:frappe.delete_doc("Test Runner") 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')