summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangshuai <[email protected]>2024-09-03 17:08:22 +0800
committerzhangshuai <[email protected]>2024-09-03 17:08:22 +0800
commitd75d109b19ea8129725840afb5ea023e89a8a4d8 (patch)
treeb6c002aecb28cb5ab0ce8327a5bafe0120376939
parent8f810462efc483537f857c337f60b94055575ef5 (diff)
fix: 调整device busy 按钮名称
-rw-r--r--src/main/resources/db/migration/R__AZ_sys_menu.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/db/migration/R__AZ_sys_menu.sql b/src/main/resources/db/migration/R__AZ_sys_menu.sql
index b870906..f35d715 100644
--- a/src/main/resources/db/migration/R__AZ_sys_menu.sql
+++ b/src/main/resources/db/migration/R__AZ_sys_menu.sql
@@ -42,7 +42,7 @@ INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `
INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `icon`, `order`, `create_timestamp`, `state`) VALUES ('8001', 'device_all', 'buttons.all', '8000', 'button', '', '', '', 1, 1722478572000, 1);
INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `icon`, `order`, `create_timestamp`, `state`) VALUES ('8002', 'device_myDevices', 'buttons.myDevices', '8000', 'button', '', '', '', 2, 1722478572000, 1);
INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `icon`, `order`, `create_timestamp`, `state`) VALUES ('8003', 'device_start', 'buttons.start', '8000', 'button', '', '', '', 3, 1722478572000, 1);
-INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `icon`, `order`, `create_timestamp`, `state`) VALUES ('8004', 'device_busy', 'buttons.busy''', '8000', 'button', '', '', '', 4, 1722478572000, 1);
+INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `icon`, `order`, `create_timestamp`, `state`) VALUES ('8004', 'device_busy', 'buttons.busy', '8000', 'button', '', '', '', 4, 1722478572000, 1);
INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `icon`, `order`, `create_timestamp`, `state`) VALUES ('9000', 'workspace_member', 'overall.workspace_member', '0', 'menu', '', '/workspace_member', 'asw-icon icon-Members', 8, 1722478572000, 1);
INSERT INTO `sys_menu` (`id`, `name`, `i18n`, `pid`, `type`, `perms`, `route`, `icon`, `order`, `create_timestamp`, `state`) VALUES ('9001', 'workspace_member_view', 'buttons.view', '9000', 'button', '', '', '', 1, 1722478572000, 1);