fix: sqlite数据库位置变更

This commit is contained in:
TsMask
2025-02-21 15:15:49 +08:00
parent db5e75be6d
commit 04ac9651f2
2 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ CREATE TABLE `ne_config_backup` (
`update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '' COMMENT '更新者',
`update_time` bigint DEFAULT '0' COMMENT '更新时间',
PRIMARY KEY (`id`) USING BTREE,
KEY `idx_ne_type_id` (`ne_type`,`ne_id`) USING BTREE COMMENT '网元类型_网元ID'
KEY `idx_cb_type_id` (`ne_type`,`ne_id`) USING BTREE COMMENT '网元类型_网元ID'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='网元_配置文件备份记录';
-- Dump completed on 2025-02-14 15:26:56