mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-03-12 05:11:19 +00:00
add hostPageSnapStorage table to the optimization queue
This commit is contained in:
parent
c0922ef536
commit
8a2a79b65c
@ -891,6 +891,7 @@ class MySQL {
|
||||
$this->_db->query('OPTIMIZE TABLE `hostPageDescription`');
|
||||
$this->_db->query('OPTIMIZE TABLE `hostPageDom`');
|
||||
$this->_db->query('OPTIMIZE TABLE `hostPageSnap`');
|
||||
$this->_db->query('OPTIMIZE TABLE `hostPageSnapStorage`');
|
||||
$this->_db->query('OPTIMIZE TABLE `hostPageSnapDownload`');
|
||||
$this->_db->query('OPTIMIZE TABLE `hostPageToHostPage`');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user