mirror of https://github.com/jumpserver/jumpserver
Bai
2 years ago
committed by
Jiangjie.Bai
4 changed files with 19 additions and 2 deletions
@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.16 on 2023-02-02 08:03 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('rbac', '0011_remove_redundant_permission'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AlterModelOptions( |
||||
name='role', |
||||
options={'ordering': ('scope', 'name'), 'verbose_name': 'Role'}, |
||||
), |
||||
] |
Loading…
Reference in new issue