From: Seamus Lee Date: Sun, 18 Apr 2021 00:52:01 +0000 (+1000) Subject: [REF] Fix installation of the search display table on MySQL 5.36 in tests X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8051e1b8b6e35426132aabed95082609db3af89d;p=civicrm-core.git [REF] Fix installation of the search display table on MySQL 5.36 in tests --- diff --git a/ext/search/sql/auto_install.sql b/ext/search/sql/auto_install.sql index 4bdafa82d5..03d97ca2e8 100644 --- a/ext/search/sql/auto_install.sql +++ b/ext/search/sql/auto_install.sql @@ -64,6 +64,6 @@ CREATE TABLE `civicrm_search_display` ( ) , CONSTRAINT FK_civicrm_search_display_saved_search_id FOREIGN KEY (`saved_search_id`) REFERENCES `civicrm_saved_search`(`id`) ON DELETE CASCADE -) ; +) ROW_FORMAT=DYNAMIC ; - \ No newline at end of file +