This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).
wget 'https://sme10.lists2.roe3.org/kodbox/app/controller/install/data/others/add.sql'
-- 其他sql优化
-- #### version 1.41
-- 查询子部门慢的问题处理;
ALTER TABLE `io_source` ADD INDEX `targetType_targetID_parentID` (`targetType`, `targetID`, `parentID`);
-- 文件夹子内容过多情况(10000,2s)
ALTER TABLE `io_source` ADD INDEX `parentID_isDelete` (`parentID`, `isDelete`);