chore: drop email linking patch

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-04-23 17:07:11 +05:30
parent fe63c5d677
commit e5487e7403
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F
2 changed files with 0 additions and 6 deletions

View file

@ -103,7 +103,6 @@ frappe.patches.v12_0.setup_tags
frappe.patches.v12_0.update_auto_repeat_status_and_not_submittable
frappe.patches.v12_0.create_notification_settings_for_user
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('DocType', 'Test Runner') # 2022-05-19

View file

@ -1,5 +0,0 @@
from frappe.desk.page.setup_wizard.install_fixtures import setup_email_linking
def execute():
setup_email_linking()