From 77e66272bc6ed77a82ee78c68e7254cfca64e3e7 Mon Sep 17 00:00:00 2001 From: Sahil Khan Date: Wed, 11 Mar 2020 20:53:56 +0530 Subject: [PATCH] fix(GSuite): remove deprecated GSuite doctypes --- frappe/patches.txt | 2 ++ 1 file changed, 2 insertions(+) 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')