mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
7 lines
126 B
SQL
7 lines
126 B
SQL
/* community edition */
|
|
|
|
-- improved search table
|
|
ALTER TABLE search ENGINE = InnoDB;
|
|
OPTIMIZE TABLE search;
|
|
|
|
-- deprecations
|