[REF] Fix installation of the search display table on MySQL 5.36 in tests
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 18 Apr 2021 00:52:01 +0000 (10:52 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 18 Apr 2021 00:52:01 +0000 (10:52 +1000)
ext/search/sql/auto_install.sql

index 4bdafa82d5518c03ff434370649c397e38568bea..03d97ca2e8c228c49b95969199ab257092643e96 100644 (file)
@@ -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