mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 10:58:34 +08:00
add 新增岗位编码与部门编码 并将岗位放到部门下
This commit is contained in:
8
sql/update/postgres/update_2.1.0-2.1.1.sql
Normal file
8
sql/update/postgres/update_2.1.0-2.1.1.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
ALTER TABLE sys_logininfor ADD client_key varchar(32) default ''::varchar;
|
||||
COMMENT ON COLUMN sys_logininfor.client_key IS '客户端';
|
||||
|
||||
ALTER TABLE sys_logininfor ADD device_type varchar(32) default ''::varchar;
|
||||
COMMENT ON COLUMN sys_logininfor.device_type IS '设备类型';
|
||||
|
||||
|
||||
insert into sys_menu values('124', '缓存监控', '2', '1', 'cache', 'monitor/cache/index', '', '1', '0', 'C', '0', '0', 'monitor:cache:list', 'redis', 103, 1, now(), null, null, '缓存监控');
|
||||
Reference in New Issue
Block a user