mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Switch search to InnoDB
Better, faster searching
This commit is contained in:
parent
08557c369c
commit
7b619101f1
2 changed files with 7 additions and 1 deletions
7
core/database/scripts/autobuild/db_00023.sql
Normal file
7
core/database/scripts/autobuild/db_00023.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* community edition */
|
||||
|
||||
-- improved search table
|
||||
ALTER TABLE search ENGINE = InnoDB;
|
||||
OPTIMIZE TABLE search;
|
||||
|
||||
-- deprecations
|
Loading…
Add table
Add a link
Reference in a new issue