Merge pull request #9672 from sahil28297/fix_gsuite_develop
fix(GSuite): remove deprecated GSuite doctypes
This commit is contained in:
commit
41f5dfc120
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue