mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-16 16:21:01 +00:00
chore: more SQL optimizations and regexes for the tool
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
-- 23.10.2017 -> SQL optimizations
|
||||
ALTER TABLE `s1_medal` ADD INDEX(`week`);
|
||||
ALTER TABLE `s1_market` ADD INDEX `vref-accept` (`vref`, `accept`);
|
||||
ALTER TABLE `s1_fdata` ADD INDEX(`f99`);
|
||||
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`);
|
||||
|
||||
|
||||
-- 22.10.2017 -> SQL optimizations
|
||||
|
||||
Reference in New Issue
Block a user