* perf: 优化 suggesstion

* perf: 修改 migrations
This commit is contained in:
老广
2022-02-24 12:03:40 +08:00
committed by GitHub
parent 484b75bb53
commit 02ca473492
11 changed files with 16 additions and 126 deletions

View File

@@ -7,6 +7,7 @@ auditor_perms = (
('common', 'permission', 'view', 'resourcestatistics'),
('audits', '*', '*', '*'),
('rbac', 'menupermission', 'view', 'auditview'),
('terminal', 'commandstorage', 'view', 'commandstorage'),
('terminal', 'session', '*', '*'),
('terminal', 'command', '*', '*'),
)