升级文档及数据库脚本
This commit is contained in:
parent
39c3a181e2
commit
cf6c040eee
Binary file not shown.
@ -138,10 +138,10 @@ INSERT INTO `gen_table_column` (`column_id`, `table_id`, `column_name`, `column_
|
|||||||
(73, 12, 'type', '商品种类', 'char(1)', 'String', 'type', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 7, 'admin', '2023-07-11 15:52:15', '', NULL);
|
(73, 12, 'type', '商品种类', 'char(1)', 'String', 'type', '0', '0', NULL, '1', '1', '1', '1', 'EQ', 'select', '', 7, 'admin', '2023-07-11 15:52:15', '', NULL);
|
||||||
|
|
||||||
-- udate to Ruoyi-Flex V4.1.2: 删除druid
|
-- udate to Ruoyi-Flex V4.1.2: 删除druid
|
||||||
delete FROM sys_menu where menu_id=111
|
delete FROM sys_menu where menu_id=111;
|
||||||
|
|
||||||
-- udate to Ruoyi-Flex V4.1.3: 将“系统接口”设置为外链
|
-- udate to Ruoyi-Flex V4.1.3: 将“系统接口”设置为外链
|
||||||
update sys_menu SET path="http://localhost:8080/swagger-ui/index.html", component = "", is_frame = "0", menu_type = "M" where menu_id = 117
|
update sys_menu SET path="http://localhost:8080/swagger-ui/index.html", component = "", is_frame = "0", menu_type = "M" where menu_id = 117;
|
||||||
|
|
||||||
-- udate to Ruoyi-Flex V4.1.4: 添加sys_client系统授权表
|
-- udate to Ruoyi-Flex V4.1.4: 添加sys_client系统授权表
|
||||||
drop table if exists sys_client;
|
drop table if exists sys_client;
|
||||||
@ -270,7 +270,7 @@ ALTER TABLE `sys_user`
|
|||||||
CHANGE COLUMN `user_type` `user_type` VARCHAR(10) NULL DEFAULT '00' COMMENT '用户类型(00系统用户)' COLLATE 'utf8mb4_bin' AFTER `nick_name`;
|
CHANGE COLUMN `user_type` `user_type` VARCHAR(10) NULL DEFAULT '00' COMMENT '用户类型(00系统用户)' COLLATE 'utf8mb4_bin' AFTER `nick_name`;
|
||||||
UPDATE sys_user SET user_type="sys_user";
|
UPDATE sys_user SET user_type="sys_user";
|
||||||
|
|
||||||
delete FROM sys_menu WHERE menu_name = "缓存列表"
|
delete FROM sys_menu WHERE menu_name = "缓存列表";
|
||||||
|
|
||||||
-- “服务监控”菜单使用SpringBoot-Admin监控框架:
|
-- “服务监控”菜单使用SpringBoot-Admin监控框架:
|
||||||
UPDATE `sys_menu` SET `path`='admin', `component`='monitor/admin/index', `perms`='monitor:admin:list' WHERE `menu_id`=112;
|
UPDATE `sys_menu` SET `path`='admin', `component`='monitor/admin/index', `perms`='monitor:admin:list' WHERE `menu_id`=112;
|
||||||
@ -524,8 +524,4 @@ DROP TABLE IF EXISTS QRTZ_CRON_TRIGGERS;
|
|||||||
DROP TABLE IF EXISTS QRTZ_BLOB_TRIGGERS;
|
DROP TABLE IF EXISTS QRTZ_BLOB_TRIGGERS;
|
||||||
DROP TABLE IF EXISTS QRTZ_TRIGGERS;
|
DROP TABLE IF EXISTS QRTZ_TRIGGERS;
|
||||||
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
|
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
|
||||||
DROP TABLE IF EXISTS QRTZ_CALENDARS;
|
DROP TABLE IF EXISTS QRTZ_CALENDARS;
|
||||||
|
|
||||||
|
|
||||||
--update to V4.1.8
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user