fix: remove old test runner doc (#16929)
Not sure from where this ever came but on some old site it's present and causes installation issue. closes https://github.com/frappe/frappe/issues/16917
This commit is contained in:
parent
9b324b47c8
commit
e8657d52ed
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ frappe.patches.v11_0.make_all_prepared_report_attachments_private #2019-11-26
|
|||
frappe.patches.v12_0.setup_email_linking
|
||||
frappe.patches.v12_0.change_existing_dashboard_chart_filters
|
||||
frappe.patches.v12_0.set_correct_assign_value_in_docs #2020-07-13
|
||||
execute:frappe.delete_doc("Test Runner")
|
||||
execute:frappe.delete_doc('DocType', 'Test Runner') # 2022-05-19
|
||||
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue