mirror of https://github.com/jumpserver/jumpserver
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.
22 lines
568 B
22 lines
568 B
# Generated by Django 3.1.13 on 2022-02-17 13:35
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('perms', '0023_auto_20220112_2035'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='applicationpermission',
|
|
options={'ordering': ('name',), 'verbose_name': 'Application permission'},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='assetpermission',
|
|
options={'ordering': ('name',), 'verbose_name': 'Asset permission'},
|
|
),
|
|
]
|