mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-14 15:21:01 +00:00
fix: expansion slots not being cleared up upon village destruction
#400
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-- 2.12.2017 -> new indexes
|
||||
ALTER TABLE `s1_vdata` ADD INDEX(`exp1`);
|
||||
ALTER TABLE `s1_vdata` ADD INDEX(`exp2`);
|
||||
ALTER TABLE `s1_vdata` ADD INDEX(`exp3`);
|
||||
|
||||
-- 17.11.2017 -> query optimizations
|
||||
ALTER TABLE `s1_prisoners` DROP INDEX `from`, ADD INDEX `from-t11` (`from`, `t11`);
|
||||
ALTER TABLE `s1_enforcement` DROP INDEX `from`, ADD INDEX `from` (`from`, `hero`) USING BTREE;
|
||||
|
||||
Reference in New Issue
Block a user