From b4faf2e2ad2a423780ecd3b3be9f9754779cddbf Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 12 Sep 2023 15:09:12 +1200 Subject: [PATCH] dev/core#4112 stop installing legacycustomsearches on new installs --- sql/civicrm_data/civicrm_extension.sqldata.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sql/civicrm_data/civicrm_extension.sqldata.php b/sql/civicrm_data/civicrm_extension.sqldata.php index 2ec47f048a..c256fca348 100644 --- a/sql/civicrm_data/civicrm_extension.sqldata.php +++ b/sql/civicrm_data/civicrm_extension.sqldata.php @@ -36,10 +36,6 @@ return CRM_Core_CodeGen_SqlData::create('civicrm_extension', 'INSERT IGNORE INTO 'full_name' => 'ckeditor4', 'name' => 'CKEditor4', ], - [ - 'full_name' => 'legacycustomsearches', - 'name' => 'Custom search framework', - ], [ 'full_name' => 'org.civicrm.flexmailer', 'name' => 'FlexMailer', -- 2.25.1