🆙 update more furni 🆙

This commit is contained in:
Remco Epicnabbo
2025-05-03 16:02:09 +02:00
parent f60e2261c6
commit 706d964138
2 changed files with 77 additions and 70 deletions
+9 -2
View File
@@ -11,7 +11,7 @@
Target Server Version : 110801 (11.8.1-MariaDB-ubu2404-log)
File Encoding : 65001
Date: 03/05/2025 15:39:27
Date: 03/05/2025 16:01:38
*/
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 = 2040 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
) ENGINE = MyISAM AUTO_INCREMENT = 2047 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of catalog_pages
@@ -1522,5 +1522,12 @@ INSERT INTO `catalog_pages` VALUES (2036, 7, 'Ntr16 Rares', 'Ntr16 Rares', 'defa
INSERT INTO `catalog_pages` VALUES (2037, 7, 'Neon', 'Neon', 'default_3x3', 1, 92822, 1, 1, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2038, 7, 'kerst ltds', 'kerst ltds', 'default_3x3', 1, 92822, 1, 2, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2039, 7, 'Draken fontein', 'Draken fontein', 'default_3x3', 1, 92822, 1, 3, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2040, 7, 'Awards 2023', 'Awards 2023', 'default_3x3', 1, 92822, 1, 4, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2041, 7, 'Eenden pilaren', 'Eenden pilaren', 'default_3x3', 1, 92822, 1, 5, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2042, 7, 'Steam Punk ltd', 'Steam Punk ltd', 'default_3x3', 1, 92822, 1, 6, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2043, 7, 'liverare 2019', 'liverare 2019', 'default_3x3', 1, 92822, 1, 7, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2044, 7, 'liverare 2020', 'liverare 2020', 'default_3x3', 1, 92822, 1, 8, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2045, 7, 'Doornen LTD', 'Doornen LTD', 'default_3x3', 1, 92822, 1, 9, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2046, 7, 'liverare20 Halloween', 'liverare20 Halloween', 'default_3x3', 1, 92822, 1, 10, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
SET FOREIGN_KEY_CHECKS = 1;