🆙 Added more furni in rigt place add more missing page and add more badges 🆙

This commit is contained in:
Remco Epicnabbo
2025-04-30 14:57:07 +02:00
parent c8ff9c29d3
commit 70a48b60db
8 changed files with 46 additions and 44 deletions
+4 -2
View File
@@ -11,7 +11,7 @@
Target Server Version : 110801 (11.8.1-MariaDB-ubu2404-log)
File Encoding : 65001
Date: 20/04/2025 19:58:07
Date: 30/04/2025 14:54:13
*/
SET NAMES utf8mb4;
@@ -46,7 +46,7 @@ CREATE TABLE `catalog_pages` (
`includes` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci NOT NULL DEFAULT '' COMMENT 'Example usage: 1;2;3\r\n This will include page 1, 2 and 3 in the current page.\r\n Note that permissions are only used for the current entry.',
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 2025 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
) ENGINE = MyISAM AUTO_INCREMENT = 2027 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of catalog_pages
@@ -1507,5 +1507,7 @@ INSERT INTO `catalog_pages` VALUES (2021, 2016, 'Planeten', 'Planeten', 'default
INSERT INTO `catalog_pages` VALUES (2022, 2016, 'Kamer Schermen', 'Kamer Schermen', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2023, 7, 'Platium rares', 'Platium rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2024, 7, 'Ltd rares', 'Ltd rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2025, 7, 'Epicnabbo Awards', 'Epicnabbo Awards', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2026, 7, 'Hotel rares', 'Hotel rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
SET FOREIGN_KEY_CHECKS = 1;