Merge pull request #9672 from sahil28297/fix_gsuite_develop

fix(GSuite): remove deprecated GSuite doctypes
This commit is contained in:
mergify[bot] 2020-03-12 09:45:03 +00:00 committed by GitHub
commit 41f5dfc120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')