projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc0b8fd
)
[REF] Fix installation of the search display table on MySQL 5.36 in tests
author
Seamus Lee
<seamuslee001@gmail.com>
Sun, 18 Apr 2021 00:52:01 +0000
(10:52 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Sun, 18 Apr 2021 00:52:01 +0000
(10:52 +1000)
ext/search/sql/auto_install.sql
patch
|
blob
|
blame
|
history
diff --git
a/ext/search/sql/auto_install.sql
b/ext/search/sql/auto_install.sql
index 4bdafa82d5518c03ff434370649c397e38568bea..03d97ca2e8c228c49b95969199ab257092643e96 100644
(file)
--- 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
+