From e8657d52ed5b3f68af32e1b61381174c72c5cecd Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 19 May 2022 15:50:33 +0530 Subject: [PATCH] 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 --- frappe/patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/patches.txt b/frappe/patches.txt index 4dc8c1b698..6407453af7 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -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')