refactor: date column really can't be varchar

This commit is contained in:
Martin Ambrus
2017-11-17 17:20:05 +01:00
parent 1318f34cba
commit e2612efbf8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
-- 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;
ALTER TABLE `s1_forum_post` CHANGE `date` `date` INT NULL DEFAULT NULL;
-- 8.11.2017 -> query optimizations and cleanups