You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fixed whole catalog structure to load faster more stable 🆙
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
Target Server Version : 110803 (11.8.3-MariaDB-ubu2404)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 05/11/2025 19:27:24
|
||||
Date: 05/11/2025 20:17:38
|
||||
*/
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
@@ -42,7 +42,7 @@ CREATE TABLE `catalog_items` (
|
||||
INDEX `page_id`(`page_id` ASC) USING BTREE,
|
||||
INDEX `catalog_name`(`catalog_name` ASC) USING BTREE,
|
||||
INDEX `costs`(`cost_credits` ASC, `cost_points` ASC, `points_type` ASC) USING BTREE,
|
||||
INDEX `id`(`id` ASC) USING BTREE
|
||||
INDEX `item_ids`(`item_ids`(255) ASC) USING BTREE
|
||||
) ENGINE = InnoDB AUTO_INCREMENT = 537246 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
|
||||
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user