mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
3d5239c163
You can add them without reinstalling the whole server, by executing this query (where "s1_" is the prefix of your server): ALTER TABLE `s1_forum_cat` ADD INDEX `display_to_alliances` (`display_to_alliances`(11)); ALTER TABLE `s1_forum_cat` ADD INDEX `display_to_users` (`display_to_users`(11)); ALTER TABLE `s1_forum_cat` ADD INDEX `sorting` (`sorting`);