🆙 Add more small changes 🆙

This commit is contained in:
Remco Epicnabbo
2025-05-30 21:13:01 +02:00
parent c7e394a880
commit ac729eadbf
2 changed files with 30 additions and 25 deletions
+8 -3
View File
@@ -11,7 +11,7 @@
Target Server Version : 110801 (11.8.1-MariaDB-ubu2404-log)
File Encoding : 65001
Date: 30/05/2025 21:01:38
Date: 30/05/2025 21:12:32
*/
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 = 2148 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
) ENGINE = MyISAM AUTO_INCREMENT = 2153 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of catalog_pages
@@ -1629,6 +1629,11 @@ INSERT INTO `catalog_pages` VALUES (2143, 1114, 'Custom D24', 'Custom D24', 'def
INSERT INTO `catalog_pages` VALUES (2144, 1114, 'shtrdl_cozy', 'shtrdl_cozy', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2145, 1114, 'Custom F23', 'Custom F23', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2146, 1114, 'Custom F24', 'Custom F24', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2147, 1114, 'Custom D25', 'Customs D25', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2147, 1114, 'Custom D25', 'Custom D25', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2148, 1114, 'Custom Yaki23', 'Custom Yaki23', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2149, 1114, 'Custom Yaki24', 'Custom Yaki24', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2150, 1114, 'Custom Yaki25', 'Custom Yaki25', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2151, 1114, 'Fruit Meubels', 'Fruit Meubels', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2152, 1114, 'Award 2023', 'Award 2023', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
SET FOREIGN_KEY_CHECKS = 1;