We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d8887 commit 0a5c9deCopy full SHA for 0a5c9de
backend/src/main/resources/db/migration/V44__1.17.sql
@@ -4,3 +4,7 @@ ALTER TABLE `sys_log`
4
CHANGE COLUMN `nick_name` `nick_name` VARCHAR (255) NULL COMMENT '姓名';
5
6
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