Skip to content

Commit 0a5c9de

Browse files
perf(消息中心): 消息组件命名规范化
1 parent f7d8887 commit 0a5c9de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/src/main/resources/db/migration/V44__1.17.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ ALTER TABLE `sys_log`
44
CHANGE COLUMN `nick_name` `nick_name` VARCHAR (255) NULL COMMENT '姓名';
55

66
UPDATE `sys_menu` SET `component` = 'dataset/Form' WHERE (`menu_id` = '800');
7+
8+
9+
UPDATE `sys_menu` SET `component` = 'msg/All' WHERE (`component` = 'msg/all');
10+
UPDATE `sys_menu` SET `component` = 'msg/Setting' WHERE (`component` = 'msg/setting');

0 commit comments

Comments
 (0)