You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/rbac/migrations/0002_auto_20210929_1409.py

22 lines
463 B

# Generated by Django 3.1.13 on 2021-11-30 02:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('rbac', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
name='permission',
options={'verbose_name': 'Permission'},
),
migrations.AlterModelOptions(
name='role',
options={'verbose_name': 'Role'},
)
]