mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-14 00:26:07 +00:00
refactor: more SQL optimizations and regexes
This commit is contained in:
@@ -6,6 +6,7 @@ ALTER TABLE `s1_fdata` ADD INDEX(`f99t`);
|
||||
ALTER TABLE `s1_diplomacy` ADD INDEX(`alli1`);
|
||||
ALTER TABLE `s1_diplomacy` ADD INDEX(`alli2`);
|
||||
ALTER TABLE `s1_diplomacy` ADD INDEX `type-accepted` (`type`, `accepted`);
|
||||
ALTER TABLE `s1_wdata` ADD INDEX(`fieldtype`);
|
||||
|
||||
|
||||
-- 22.10.2017 -> SQL optimizations
|
||||
|
||||
Reference in New Issue
Block a user