🆙 Add more changes 4.130 furni left 🆙

This commit is contained in:
Remco Epicnabbo
2025-05-30 16:51:50 +02:00
parent 04e4e2ef4c
commit 26b3e46d5f
2 changed files with 88 additions and 77 deletions
+13 -2
View File
@@ -11,7 +11,7 @@
Target Server Version : 110801 (11.8.1-MariaDB-ubu2404-log)
File Encoding : 65001
Date: 30/05/2025 16:13:20
Date: 30/05/2025 16:51:10
*/
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 = 2105 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
) ENGINE = MyISAM AUTO_INCREMENT = 2116 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of catalog_pages
@@ -1587,5 +1587,16 @@ INSERT INTO `catalog_pages` VALUES (2101, 7, 'LC Credits', 'LC Credits', 'defaul
INSERT INTO `catalog_pages` VALUES (2102, 7, 'Tiki Blauw', 'Tiki Blauw', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2103, 7, 'Figuren overig', 'Figuren overig', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2104, 7, 'qxe Meubels', 'qxe Meubels', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2105, 7, 'Bladgoud', 'Bladgoud', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2106, 1114, 'Pacman', 'Pacman', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2107, 7, 'Lumnia SS', 'Lumnia SS', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2108, 7, 'Oldskool', 'Oldskool', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2109, 7, 'Personages', 'Personages', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2110, 7, 'Event Filter', 'Event Filter', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2111, 7, 'Smaragd rares', 'Smaragd rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2112, 7, 'Veld Meubels', 'Veld Meubels', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2113, 7, 'Olympische rare', 'Olympische rare', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2114, 7, 'Gekleurde TVS', 'Gekleurde TVS', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2115, 7, 'Neo Rares', 'Neo Rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
SET FOREIGN_KEY_CHECKS = 1;