You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More small changes 🆙
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
Target Server Version : 110801 (11.8.1-MariaDB-ubu2404-log)
|
||||
File Encoding : 65001
|
||||
|
||||
Date: 29/05/2025 18:35:43
|
||||
Date: 29/05/2025 18:57:44
|
||||
*/
|
||||
|
||||
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 = 2087 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
|
||||
) ENGINE = MyISAM AUTO_INCREMENT = 2090 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of catalog_pages
|
||||
@@ -1569,5 +1569,8 @@ INSERT INTO `catalog_pages` VALUES (2083, 1114, 'Gucci Meubels', 'Gucci Meubels'
|
||||
INSERT INTO `catalog_pages` VALUES (2084, 7, 'Public Meubels Alles ', 'Public Meubels Alles wat over is', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
|
||||
INSERT INTO `catalog_pages` VALUES (2085, 1114, 'Watchdogs Meubels', 'Watchdogs Meubels', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
|
||||
INSERT INTO `catalog_pages` VALUES (2086, 1114, 'Bloemenwinkel', 'Bloemenwinkel', 'default_3x3', 1, 1142, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
|
||||
INSERT INTO `catalog_pages` VALUES (2087, 7, 'Sum 2017 Rares', 'Sum 2017 Rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
|
||||
INSERT INTO `catalog_pages` VALUES (2088, 7, 'Rachu Rares', 'Rachu Rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
|
||||
INSERT INTO `catalog_pages` VALUES (2089, 7, 'Flame Rares', 'Flame Rares', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
|
||||
Reference in New Issue
Block a user