1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 22:29:41 +02:00
documize/core/database/scripts/autobuild/db_00023.sql
McMatts 7b619101f1 Switch search to InnoDB
Better, faster searching
2018-04-25 12:19:47 +01:00

7 lines
126 B
SQL

/* community edition */
-- improved search table
ALTER TABLE search ENGINE = InnoDB;
OPTIMIZE TABLE search;
-- deprecations