fix: 修改角色列表viewset排序问题

pull/9415/head
Bai 2023-02-02 16:41:41 +08:00 committed by Jiangjie.Bai
parent c3d01591e7
commit 4c9d16b4c1
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# 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': ('-builtin', 'scope', 'name'), 'verbose_name': 'Role'},
),
]