Merge pull request #9748 from sahil28297/fix_gcalendar_develop
fix(patch): delete depricated GCalendar
This commit is contained in:
commit
7ba65ac071
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue